1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/topics
2019-07-04 11:04:31 +02:00
..
_images
auth Fixed #28667 -- Clarified how to override list of forms fields for custom UserAdmin with a custom user model. 2019-07-04 08:05:20 +02:00
class-based-views Fixed #30161 -- Added how to decorate class-based views to view decorators docs. 2019-03-12 10:55:37 -04:00
db Fixed typo in docs/topics/db/models.txt. 2019-06-24 09:04:33 +02:00
forms Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. 2019-06-03 14:08:51 +02:00
http Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() decorator. 2019-06-26 09:25:24 +02:00
i18n Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. 2019-06-03 14:08:51 +02:00
testing Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual(). 2019-05-24 07:29:42 +02:00
cache.txt Removed versionadded/changed annotations for 2.1. 2019-01-17 10:50:25 -05:00
checks.txt
conditional-view-processing.txt
email.txt Fixed an example of email with display name in EmailMessage.from_email. 2019-06-13 16:22:15 +02:00
external-packages.txt
files.txt Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 2019-01-28 11:15:06 -05:00
index.txt
install.txt Refs #29548 -- Updated docs for MariaDB support. 2019-05-27 19:59:49 +02:00
logging.txt Fixed #30553 -- Clarified the default value of disable_existing_loggers. 2019-06-10 13:38:49 +02:00
migrations.txt Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 13:59:44 -05:00
pagination.txt Refs #28581 -- Doc's how to paginate a ListView. 2019-07-04 11:04:31 +02:00
performance.txt
security.txt Updated OWASP Top 10 link to the latest version. 2018-12-27 09:23:40 -05:00
serialization.txt Changed tuple Mate.unique_together/permissions to lists in docs. 2019-04-24 10:06:00 +02:00
settings.txt
signals.txt
signing.txt
templates.txt Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 2019-04-18 14:41:15 +02:00