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
6b41834855
Minor edits to Greatest/Least docs; refs
#24767
.
2015-06-05 11:40:10 -04:00
..
class.txt
…
conditional-expressions.txt
…
database-functions.txt
Minor edits to Greatest/Least docs; refs
#24767
.
2015-06-05 11:40:10 -04:00
expressions.txt
Fixed typo in docs/ref/models/expressions.txt
2015-05-07 20:15:24 -04:00
fields.txt
Fixed
#22571
-- Added clarification about auto_now_add=True
2015-06-05 09:56:02 -04:00
index.txt
…
instances.txt
Fixed
#16891
-- Made Model/QuerySet.delete() return the number of deleted objects.
2015-05-22 13:27:16 -04:00
lookups.txt
…
meta.txt
Amended get_all_related_objects() backwards compatible replacement.
2015-04-20 09:50:17 -04:00
options.txt
Fixed
#24693
-- Added label and label_lower property to Model._meta
2015-05-02 16:58:18 +02:00
querysets.txt
Fixed
#22316
-- Added time filters to TimeField on SQLite.
2015-06-04 22:27:13 -04:00
relations.txt
…