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 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
…
..
_images
…
auth
…
class-based-views
…
db
…
forms
Fixed
#22383
-- Added support for HTML5 required attribute on required form fields.
2016-04-21 19:16:38 -04:00
http
Fixed
#26520
-- Fixed a regression where SessionBase.pop() didn't return a KeyError.
2016-04-20 13:06:47 -04:00
i18n
Fixed
#19567
-- Added JavaScriptCatalog and JSONCatalog class-based views
2016-04-15 17:28:54 +02:00
testing
Fixed typo in docs/topics/testing/tools.txt
2016-04-26 18:19:00 -04:00
cache.txt
…
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
…
index.txt
…
install.txt
…
logging.txt
…
migrations.txt
…
pagination.txt
Refs
#14131
-- Documented why paginating large QuerySets may be slow.
2016-04-06 11:06:38 -04:00
performance.txt
…
python3.txt
…
security.txt
Refs
#26464
-- Added a link to OWASP Top 10 in security topic guide.
2016-04-09 07:49:40 -04:00
serialization.txt
…
settings.txt
Fixed
#26152
-- Documented how to avoid django.setup() deadlock in standalone scripts.
2016-02-01 13:40:53 -05:00
signals.txt
Fixed
#26493
-- Documented how built-in signals are sent.
2016-04-13 07:48:18 -04:00
signing.txt
…
templates.txt
…