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-09 08:55:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Renaud Parent
87d0a3384c
Fixed
#22778
-- Added a model Meta option to define default_related_name.
...
Thanks jorgecarleitao and mmardini for reviews.
2014-06-18 13:53:07 -04:00
..
class.txt
Fixed
#22019
-- Added Model.objects reference documentation.
2014-05-17 08:32:05 -04:00
custom-lookups.txt
Fixed
#22819
-- Renamed output_type -> output_field in query expression API.
2014-06-17 11:57:16 -04:00
fields.txt
Fixed
#14481
-- Documented implicit "through" class created by ManyToManyField.
2014-06-18 12:30:10 -04:00
index.txt
Fixed
#22019
-- Added Model.objects reference documentation.
2014-05-17 08:32:05 -04:00
instances.txt
Fixed
#21430
-- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
2014-06-11 10:03:34 -04:00
options.txt
Fixed
#22778
-- Added a model Meta option to define default_related_name.
2014-06-18 13:53:07 -04:00
queries.txt
…
querysets.txt
Fixed
#21430
-- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
2014-06-11 10:03:34 -04:00
relations.txt
…