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-25 17:49:52 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
db
History
James Bennett
5c5226a520
Fix typo: Non -> None
2012-09-08 16:14:13 -04:00
..
examples
Avoided mixing dates and datetimes in the examples.
2012-09-08 11:00:04 -04:00
aggregation.txt
…
index.txt
…
managers.txt
…
models.txt
Fixed
#18637
- Updated some documentation for aspects of models that are ModelForm specific, not admin specific.
2012-08-21 17:38:16 -04:00
multi-db.txt
Fix typo: Non -> None
2012-09-08 16:14:13 -04:00
optimization.txt
[py3] Replaced __nonzero__ by __bool__
2012-08-08 15:02:31 +02:00
queries.txt
Avoided mixing dates and datetimes in the examples.
2012-09-08 11:00:04 -04:00
sql.txt
…
tablespaces.txt
…
transactions.txt
…