django/docs/topics
wrwrwr d66bda6059 Added notes on registering signals in ready() and using dispatch_uid.
Refs #23641.
2014-11-27 11:22:36 -05:00
..
auth Fixed #23847 -- Improved the email_check example in the auth documentation. 2014-11-27 11:52:50 +01:00
class-based-views Fixed #21753 -- Raised exception when both `form_class` and `fields` are specified. 2014-11-21 14:23:17 -05:00
db Fix link target markup 2014-11-17 16:37:18 -07:00
forms Fixed typo in docs/topics/forms/modelforms.txt. 2014-11-27 10:53:06 -05:00
http Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode. 2014-11-27 07:55:07 -05:00
i18n Avoided rewrapping Contexts in render_to_response. 2014-11-22 17:58:38 +01:00
testing Fixed #23742 -- Added an option to reverse tests order. 2014-11-24 19:24:11 -05:00
cache.txt Cleaned up the Memcached cache backend doc 2014-10-13 12:19:05 +01:00
checks.txt Fixed #23750 -- Allowed core.checks.register to be used as a function 2014-11-11 16:29:32 +01:00
conditional-view-processing.txt Fixed typo in docs/topics/conditional-view-processing.txt 2013-08-26 11:19:40 +02:00
email.txt Fixed #23900 -- Added missing imports in code example. 2014-11-23 23:03:58 +01:00
files.txt Fixed #22347 -- Unified FileSystemStorage documentation. 2014-04-02 12:58:37 -04:00
index.txt Added first cut at reference documentation for the checks framework. 2014-03-03 18:56:11 +08:00
install.txt Fixed #23016 -- Updated FAQs per Aymeric's suggestions. 2014-08-12 13:46:10 -04:00
localflavor.txt Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. 2013-07-29 10:54:53 +02:00
logging.txt Fixed #22407 -- Added AdminEmailHandler.send_mail(). 2014-11-15 09:38:19 +01:00
migrations.txt Fix malformed note directives. 2014-11-17 16:42:54 -07:00
pagination.txt Use "catch" instead of "trap" for exceptions. 2014-09-08 22:23:44 +02:00
performance.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
python3.txt Removed thread customizations of six which are now built-in. 2014-11-13 10:30:53 +01:00
security.txt Fixed #23561 -- Corrected a security doc example that requires an unquoted HTML attribute. 2014-09-26 11:07:55 -06:00
serialization.txt Added a new GeoJSON serialization format for GeoDjango 2014-11-15 18:07:18 +01:00
settings.txt Fixed #17638 -- Added crosslinks between topic and reference guides. 2014-09-29 18:06:31 -04:00
signals.txt Added notes on registering signals in ready() and using dispatch_uid. 2014-11-27 11:22:36 -05:00
signing.txt Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
templates.txt Fixed #23735 -- Clarified that admindocs must be enabled to view template tag libraries in admin. 2014-10-30 19:04:10 -04:00