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-04 14:37:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Duane Hilton
ca5c05ddbe
Fixed
#26239
-- Added a note about how auto_now works with QuerySet.update().
2016-03-12 12:39:00 -05:00
..
class.txt
…
conditional-expressions.txt
…
database-functions.txt
…
expressions.txt
Fixed
#26321
-- Added missing "for_save" parameter in expressions example.
2016-03-03 19:36:03 -05: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
…
meta.txt
…
options.txt
Fixed
#26310
-- Documented that a queryset ordering must be specified to ensure ordered results.
2016-03-03 17:54:07 -05:00
querysets.txt
Fixed
#26310
-- Documented that a queryset ordering must be specified to ensure ordered results.
2016-03-03 17:54:07 -05:00
relations.txt
…