django/docs/topics
Tim Graham 2c11002fec [1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
Backport of 25f287f6b2 from master
2015-10-07 19:36:57 -04:00
..
_images Optimise the rest of the PNGs in docs 2015-05-29 15:22:40 +10:00
auth [1.9.x] Documented auth's login/logout function parameters. 2015-09-28 14:12:32 -04:00
class-based-views Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators. 2015-09-18 19:04:29 -04:00
db [1.9.x] Clarified that Model.delete() isn't called as a result of a cascading delete. 2015-09-30 08:44:37 -04:00
forms [1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs. 2015-10-02 13:00:48 -04:00
http Clarified 404.html usage, excplicitly stated that it's used when DEBUG is False 2015-08-31 14:39:31 +10:00
i18n [1.9.x] Added some function links in translation docs 2015-10-07 17:31:28 +02:00
testing [1.9.x] Fixed #25451 -- Added advice about organizing tests. 2015-09-25 07:15:50 -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 Fixed #22461 -- Added if-unmodified-since support to the condition decorator. 2014-12-24 12:33:57 -05:00
email.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
external-packages.txt Fixed #23814 -- Documented apps refactored out of Django. 2015-03-25 08:46:23 -04:00
files.txt Fixed #15590 -- Documented how the path of a FileField can be changed. 2015-03-30 10:38:30 -04:00
index.txt Fixed #23814 -- Documented apps refactored out of Django. 2015-03-25 08:46:23 -04:00
install.txt [1.9.x] Fixed #25376 -- Required virtualenv in installation instructions. 2015-09-29 14:33:50 -04:00
logging.txt Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering. 2015-09-23 11:48:09 -04:00
migrations.txt Fixed #25390 -- Allowed specifying a start migration in squashmigrations 2015-09-19 14:55:34 +10:00
pagination.txt Fixed #23190 -- Made Paginator.page_range an iterator 2015-07-03 11:34:34 -04:00
performance.txt [1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF. 2015-10-07 19:36:57 -04:00
python3.txt Updated various links in docs 2015-08-08 13:57:15 +02:00
security.txt Added links to new security settings introduced in 1.8. 2015-09-04 12:55:32 -04:00
serialization.txt Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
settings.txt [1.9.x] Improved "“standalone” Django usage" example. 2015-09-29 15:09:28 -04:00
signals.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00
signing.txt Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
templates.txt Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:32:47 -04:00