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-25 01:25:34 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Claude Paroz
576ec12f8e
[py3] Replaced __nonzero__ by __bool__
...
Of course, __nonzero__ alias has been kept for Python 2 compatibility.
2012-08-08 15:02:31 +02:00
..
_images
…
class-based-views
Update docs/topics/class-based-views/index.txt
2012-08-02 19:29:19 +08:00
db
[py3] Replaced __nonzero__ by __bool__
2012-08-08 15:02:31 +02:00
forms
…
http
…
i18n
Fixed
#17053
- Added a note about USE_THOUSAND_SEPARATOR setting to localizations docs.
2012-08-06 16:15:09 -04:00
auth.txt
Fixed
#16980
- Misc updates to the auth docs. Thanks Preston Holmes for the patch.
2012-08-04 15:24:40 -04:00
cache.txt
[py3] Ported django.utils.encoding.
2012-08-07 12:00:22 +02:00
conditional-view-processing.txt
…
email.txt
…
files.txt
…
index.txt
…
install.txt
…
logging.txt
…
pagination.txt
…
python3.txt
Documented the trick used in 9908201d7f.
2012-08-03 15:40:29 +02:00
security.txt
…
serialization.txt
[py3] Ported django.utils.encoding.
2012-08-07 12:00:22 +02:00
settings.txt
…
signals.txt
…
signing.txt
…
templates.txt
…
testing.txt
…