1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/topics
2016-09-28 09:09:09 -04:00
..
_images
auth Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'. 2016-09-27 11:59:00 -04:00
class-based-views
db Fixed #27172 -- Closed database cursor explicitly in two doc examples 2016-09-07 12:14:29 +02:00
forms Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt. 2016-09-26 13:55:39 -04:00
http Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs. 2016-08-19 09:13:53 -04:00
i18n Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boolean syntax. 2016-09-21 15:12:13 -07:00
testing Fixed #15143 -- Doc'd how to set the language for the test client. 2016-09-14 20:08:06 -04:00
cache.txt Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modified header. 2016-09-28 09:09:09 -04:00
checks.txt
conditional-view-processing.txt Fixed #27083 -- Added support for weak ETags. 2016-09-10 08:14:52 -04:00
email.txt Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments. 2016-08-12 16:35:09 -04:00
external-packages.txt
files.txt
index.txt
install.txt
logging.txt
migrations.txt Doc'd how to remove old references in migration files. 2016-09-02 09:59:40 -04:00
pagination.txt
performance.txt
python3.txt
security.txt Fixed #26947 -- Added an option to enable the HSTS header preload directive. 2016-08-10 20:23:54 -04:00
serialization.txt Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04:00
settings.txt
signals.txt
signing.txt
templates.txt