1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/topics
Sergey Kolosov 22bb548900 Fixed #22634 -- Made the database-backed session backends more extensible.
Introduced an AbstractBaseSession model and hooks providing the option
of overriding the model class used by the session store and the session
store class used by the model.
2015-08-27 15:00:09 -04:00
..
_images
auth Refs #24914 -- Added docs for more auth mixin methods. 2015-08-20 17:57:47 -04:00
class-based-views Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:07:10 -04:00
db Fixed #25311 -- Removed vague language about "partial commits" from docs. 2015-08-25 20:23:43 -04:00
forms
http Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
i18n Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
testing Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollback. 2015-08-24 08:59:20 -04:00
cache.txt Updated memcached library links to point to PyPI. 2015-08-11 21:20:32 -04:00
checks.txt Fixed #25174 -- Moved some details of CheckMessage to the reference guide. 2015-07-31 08:21:34 -04:00
conditional-view-processing.txt
email.txt
external-packages.txt
files.txt
index.txt
install.txt Updated various links in docs 2015-08-08 13:57:15 +02:00
logging.txt
migrations.txt Fixed #25185 -- Added support for functools.partial serialization in migrations 2015-07-29 10:15:50 -04:00
pagination.txt
performance.txt
python3.txt Updated various links in docs 2015-08-08 13:57:15 +02:00
security.txt Updated various links in docs 2015-08-08 13:57:15 +02:00
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt