1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/topics
2016-09-23 15:28:32 -04:00
..
_images
auth Simplified has_perm() example in topics/auth/customizing.txt. 2016-09-23 15:28:32 -04:00
class-based-views Fixed typo in docs/topics/class-based-views/generic-display.txt 2016-07-06 08:48:43 -04:00
db Fixed #27172 -- Closed database cursor explicitly in two doc examples 2016-09-07 12:14:29 +02:00
forms Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget. 2016-09-22 12:20:58 -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 #27152 -- Supported comma delimiter in memcached LOCATION string. 2016-08-31 17:23:41 -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 Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 2016-05-08 18:07:43 -04:00
index.txt
install.txt Fixed broken links in docs and comments. 2016-06-15 21:20:23 -04:00
logging.txt Fixed typo in docs/topics/logging.txt 2016-06-22 06:38:34 -04:00
migrations.txt Doc'd how to remove old references in migration files. 2016-09-02 09:59:40 -04:00
pagination.txt Removed versionadded/changed annotations for 1.9. 2016-05-20 11:44:29 -04:00
performance.txt
python3.txt Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 2016-05-08 18:07:43 -04:00
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 Fixed #24694 -- Added support for context_processors to Jinja2 backend. 2016-06-28 14:30:54 -04:00