This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-05 06:56:53 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Tim Graham
5ac7c8f7ab
Refs
#22268
-- Fixed typo in docs/ref/models/querysets.txt
2016-04-08 11:43:02 -04:00
..
class.txt
…
conditional-expressions.txt
Fixed
#26124
-- Added missing code formatting to docs headers.
2016-02-01 10:42:05 -05:00
database-functions.txt
Fixed
#24932
-- Added Cast database function.
2016-03-29 08:14:33 -04:00
expressions.txt
Fixed
#25759
-- Added keyword arguments to customize Expressions' as_sql().
2016-03-29 08:09:58 -04:00
fields.txt
Fixed
#26239
-- Added a note about how auto_now works with QuerySet.update().
2016-03-12 12:39:00 -05:00
index.txt
…
instances.txt
…
lookups.txt
Refs
#25759
-- Documented customizing expressions' SQL on other databases.
2016-03-21 20:20:29 -04:00
meta.txt
Fixed typos in docs/ref/models/meta.txt.
2016-03-01 08:33:27 -05:00
options.txt
Fixed
#26438
-- Fixed multiple .objects typos in the docs.
2016-03-31 18:27:47 -04:00
querysets.txt
Refs
#22268
-- Fixed typo in docs/ref/models/querysets.txt
2016-04-08 11:43:02 -04:00
relations.txt
…