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-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Tim Graham
da5069f68f
Fixed
#20134
-- Correct list of fields that UserManager requires.
...
Thanks semenov and pegler.
2013-07-04 10:19:00 -04:00
..
auth
Fixed
#20134
-- Correct list of fields that UserManager requires.
2013-07-04 10:19:00 -04:00
class-based-views
Fixed
#20659
-- Fixed PublisherDetail in CBV topic documentation.
2013-07-01 14:05:49 +02:00
db
…
forms
Fix "semicolon" in docs
2013-07-02 17:52:54 +01:00
http
…
i18n
Fixed
#20690
-- Mentioned LOCALE_PATHS earlier in translation docs.
2013-07-04 05:44:22 -04:00
testing
Fixed
#20609
-- Documented how to use request.user with RequestFactory
2013-07-03 11:05:03 -04:00
cache.txt
…
conditional-view-processing.txt
…
email.txt
…
files.txt
…
index.txt
…
install.txt
…
localflavor.txt
…
logging.txt
Relied on NullHandler from the logging stdlib module.
2013-07-01 23:16:25 +02:00
pagination.txt
…
python3.txt
…
security.txt
…
serialization.txt
…
settings.txt
…
signals.txt
…
signing.txt
Fixed
#20687
-- Added documentation for django.core.signing API.
2013-07-03 10:36:21 -04:00
templates.txt
…