django/docs/topics
Erik Romijn bc03817b42 [1.4.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
Backport of e26366da44 from master.
2014-08-02 19:01:23 +02:00
..
_images Added a diagram of the hierarchy of our TestCase subclasses to the testing docs. 2012-02-27 19:04:33 +00:00
db [1.4.x] Fixed queries that may return unexpected results on MySQL due to typecasting. 2014-04-21 18:31:44 -04:00
forms [1.4.x] Fixed #21594 -- Added note about model formsets deleting objects. 2013-12-11 14:49:22 -05:00
http [1.4.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs 2014-08-02 19:01:23 +02:00
i18n [1.4.X] Fixed #17180 - Emphasized the need to load the i18n template tag in each template that uses translations. Thanks stefan.freyr for the suggestion and buddylindsey for the draft patch. 2012-08-19 18:48:29 -04:00
auth.txt [1.4.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error. 2013-07-11 11:10:26 -04:00
cache.txt [1.4.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. 2013-09-11 08:18:56 -04:00
class-based-views.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
conditional-view-processing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
email.txt [1.4.x] Updated obsolete links in the documentation 2012-08-30 07:47:56 -04:00
files.txt Fix #15646: Document that a FileField's full path can't be relied upon until its model has been saved to the database. Thanks poirier. 2011-11-19 15:08:07 +00:00
generic-views-migration.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
generic-views.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
index.txt Fixed #14201 - Add a "security overview" page to the docs 2011-06-10 15:14:36 +00:00
install.txt [1.4.X] Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for the feedback. 2012-10-15 19:56:40 -04:00
logging.txt [1.4.x] Fixed #17069 -- Added log filter example to docs. 2012-08-22 20:37:38 -04:00
pagination.txt Tweaks to paginator documentation. 2011-05-20 01:45:41 +00:00
security.txt [1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 10:37:54 -07:00
serialization.txt Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 2012-02-04 12:48:01 +00:00
settings.txt Fixed #17028 - Changed diveintopython.org -> diveintopython.net 2011-11-19 22:57:20 +00:00
signals.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
signing.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
templates.txt [1.4.x] Fixed #13608 - Noted that template lookups use literal values. 2012-09-01 09:27:29 -04:00
testing.txt [1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs. 2012-10-11 06:14:24 -04:00