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-10-17 18:59:14 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
db
History
Akis Kesoglou
c627da0ccc
Fixed
#14549
- Removed restriction of single FKs on intermediary tables
...
Thanks to Loic Bistuer for review. Minor changes to error messages done by committer.
2014-03-05 22:33:58 +02:00
..
examples
Fixed
#21951
-- Updated docs to use __str__ for Python 3
2014-02-13 07:12:40 -05:00
aggregation.txt
…
index.txt
…
managers.txt
Fixed gendered examples in the docs.
2014-02-05 14:58:50 -05:00
models.txt
Fixed
#14549
- Removed restriction of single FKs on intermediary tables
2014-03-05 22:33:58 +02:00
multi-db.txt
Fixed
#21479
-- Favor 'migrate' over 'syncdb' in the docs.
2013-11-21 15:12:39 +01:00
optimization.txt
…
queries.txt
Fixed doc typos.
2014-02-28 11:44:03 -05:00
sql.txt
…
tablespaces.txt
Fixed
#20852
- Fixed incorrectly generated left quotes in docs.
2013-08-06 07:13:17 -04:00
transactions.txt
…