1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/topics
2014-12-03 19:18:55 -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 Documented a current limitation of multiple table annotation; refs #10060. 2014-12-03 19:18:55 -05: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 #20392 -- Added TestCase.setUpTestData() 2014-12-03 10:37:04 -05:00
cache.txt
checks.txt
conditional-view-processing.txt
email.txt Fixed #23910 -- Added reply_to parameter to EmailMessage 2014-11-28 06:00:06 -05:00
files.txt
index.txt
install.txt
localflavor.txt
logging.txt
migrations.txt Fix malformed note directives. 2014-11-17 16:42:54 -07:00
pagination.txt
performance.txt
python3.txt
security.txt
serialization.txt
settings.txt
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