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-08 00:16:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
7313468f85
Fixed
#17436
- Added warning about overriding Model.__init__()
...
Thanks zsiciarz for the draft patch.
2012-07-01 18:04:16 -04:00
..
class-based-views
Fixed a formatting issue in the CBV docs.
2012-06-28 17:18:50 +02:00
contrib
Fixed
#17026
-- Improved wording of contrib.messages' storage backends section
2012-06-30 22:21:23 +02:00
files
…
forms
Fixed a documentation typo on the widget page.
2012-06-19 10:37:53 +02:00
models
Fixed
#17436
- Added warning about overriding Model.__init__()
2012-07-01 18:04:16 -04:00
templates
…
authbackends.txt
…
clickjacking.txt
Fixed
#14201
- Add a "security overview" page to the docs
2011-06-10 15:14:36 +00:00
databases.txt
Fixed
#16882
- Clarified why one should not use 'init_command' after initial database creation.
2012-07-01 07:25:24 -04:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
request-response.txt
Fixed
#16519
-- Deprecated mimetype kwarg of HttpResponse __init__
2012-06-30 21:27:47 +02:00
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
utils.txt
…
validators.txt
…