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-01-26 18:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
db
History
Collin Anderson
769355c765
Fixed
#9475
-- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
2019-01-15 11:12:17 -05:00
..
examples
Fixed
#9475
-- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
2019-01-15 11:12:17 -05:00
aggregation.txt
Removed unused fields from aggregation docs.
2018-10-13 21:13:45 -04:00
index.txt
…
instrumentation.txt
…
managers.txt
…
models.txt
Fixed
#9475
-- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
2019-01-15 11:12:17 -05:00
multi-db.txt
…
optimization.txt
Used auto-numbered lists in documentation.
2018-11-15 13:54:28 -05:00
queries.txt
Refs
#29784
-- Normalized Python docs links to omit the version.
2018-09-25 10:19:42 +02:00
search.txt
…
sql.txt
Fixed
#29940
-- Recommended using the ORM rather than raw SQL.
2018-11-13 18:15:24 -05:00
tablespaces.txt
…
transactions.txt
…