1
0
mirror of https://github.com/django/django.git synced 2025-01-05 07:55:47 +00:00
django/docs/topics
2018-05-09 11:40:28 -04:00
..
_images
auth Fixed typos in docs/topics/auth/passwords.txt. 2018-04-23 07:37:26 -04:00
class-based-views
db Fixed #29349 -- Doc'd the default behavior of router.allow_relation(). 2018-04-23 10:21:22 -04:00
forms Fixed #29375 -- Removed empty action attribute on HTML forms. 2018-05-02 09:20:04 -04:00
http Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
i18n Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated. 2018-04-18 14:29:21 +02:00
testing Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). 2018-05-09 11:40:28 -04:00
cache.txt Fixed #27480 -- Added cache.touch(). 2018-04-27 17:48:35 -04:00
checks.txt
conditional-view-processing.txt
email.txt
external-packages.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
files.txt
index.txt
install.txt Improved clarity of docs/topics/install.txt. 2018-03-05 10:17:23 -05:00
logging.txt Fixed #26688 -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00
migrations.txt
pagination.txt Added a pagination example to ListView docs. 2018-03-26 11:40:54 -04:00
performance.txt
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt