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-03 14:16:52 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
David Sanders
ae9f9dc37f
Improved "“standalone” Django usage" example.
2015-09-29 15:00:54 -04:00
..
_images
…
auth
Documented auth's login/logout function parameters.
2015-09-28 14:11:54 -04:00
class-based-views
…
db
Fixed
#25462
-- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
2015-09-25 13:28:12 -04:00
forms
…
http
…
i18n
…
testing
Fixed
#25451
-- Added advice about organizing tests.
2015-09-25 07:15:19 -04:00
cache.txt
…
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
…
index.txt
…
install.txt
Fixed
#25376
-- Required virtualenv in installation instructions.
2015-09-29 14:30:46 -04:00
logging.txt
…
migrations.txt
…
pagination.txt
…
performance.txt
…
python3.txt
…
security.txt
…
serialization.txt
Fixed
#25468
-- Made DjangoJSONEncoder lazy string aware
2015-09-27 22:37:27 +02:00
settings.txt
Improved "“standalone” Django usage" example.
2015-09-29 15:00:54 -04:00
signals.txt
…
signing.txt
…
templates.txt
…