django/docs/topics
2019-11-04 11:04:30 +01:00
..
_images
auth [2.2.x] Fixed #28667 -- Clarified how to override list of forms fields for custom UserAdmin with a custom user model. 2019-07-04 08:22:56 +02:00
class-based-views [2.2.x] Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins with CBVs docs. 2019-07-18 19:47:53 +02:00
db [2.2.x] Corrected error message in Many-to-many relationships docs. 2019-10-30 16:18:18 +01:00
forms [2.2.x] Updated list of field types conversions in ModelForm docs. 2019-11-04 11:04:30 +01:00
http [2.2.x] Fixed typo in docs/topics/http/sessions.txt. 2019-07-23 15:11:54 +02:00
i18n [2.2.x] Refs #26601 -- Used new-style middlewares in documentation. 2019-09-24 09:59:41 +02:00
testing [2.2.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. 2019-10-08 12:34:02 +02:00
cache.txt [2.2.x] Updated the default cache key transformation in documentation. 2019-09-24 12:43:57 +02:00
checks.txt
conditional-view-processing.txt
email.txt [2.2.x] Fixed an example of email with display name in EmailMessage.from_email. 2019-06-13 18:00:28 +02:00
external-packages.txt
files.txt [2.2.x] Fixed #13750 -- Clarified need to reopen models.ImageField.image file to access raw image data. 2019-10-29 16:10:37 +01:00
index.txt
install.txt [2.2.x] Fixed #30187 -- Moved "install Django" command to a console box. 2019-02-16 07:58:55 +01:00
logging.txt [2.2.x] Fixed #30553 -- Clarified the default value of disable_existing_loggers. 2019-06-10 15:18:40 +02:00
migrations.txt [2.2.x] Fixed #30597 -- Clarified how to unapply migrations. 2019-09-27 22:41:16 +02:00
pagination.txt
performance.txt
security.txt
serialization.txt [2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs. 2019-04-24 10:33:05 +02:00
settings.txt
signals.txt [2.2.x] Documented the order in which signal receivers are called. 2019-10-28 13:32:09 +01:00
signing.txt
templates.txt