| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-11 | [1.4.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. | Tim Graham | |
| Thanks EvilDMP for the report and Russell Keith-Magee for the draft text. Backport of da843e7dba from master | |||
| 2013-07-31 | [1.4.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498. | SusanTan | |
| Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master | |||
| 2013-07-25 | [1.4.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop | mark hellewell | |
| Thanks gcbirzan for the report. Backport of 8c9240222f from master | |||
| 2013-07-25 | [1.4.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. | Brenton Cleeland | |
| Thanks simonb for the report. Backport of dab52d99fc from master | |||
| 2013-07-18 | [1.4.x] Atom specification URL updated | Matt Deacalion Stevens | |
| Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page. Backport of beefc97171 from master | |||
| 2013-06-27 | [1.4.x] Fixed #20665 -- Missing backslash in sitemaps documentation | Baptiste Mispelon | |
| Backport of 5005303ae7919eef26dab9f8ba279696966ebf1d from master. | |||
| 2013-05-31 | [1.4.x] Fixed #20326 - Corrected form wizard get_form() example. | Tim Graham | |
| Thanks tris@ for the report. Backport of 646a2216e9 from master | |||
| 2013-05-29 | [1.4.x] Fixed regroup example. | Gavin Wahl | |
| Chicago was missing. Backport of e6ff238 from master. | |||
| 2013-05-24 | [1.5.x] Fixed #20492 - Removed a broken link in GIS docs. | Tim Graham | |
| Backport of fbab3209fc from master | |||
| 2013-05-24 | [1.4.x] Updated link to jQuery Cookie plugin site | Alasdair Nicol | |
| Backport of 81f454a322 from master | |||
| 2013-05-14 | [1.4.x] Fixed a minor spelling mistake in the queryset documentation | Wilfred Hughes | |
| Backport of d258cce482 from master | |||
| 2013-05-13 | [1.5.X] Fixed #18883 -- added a missing self parameter in the docs | Alex Gaynor | |
| Backport of 17d57275f9 from master | |||
| 2013-03-30 | [1.4.X] Fixed #18277 - Clarified startproject documentation. | Tim Graham | |
| Backport of 33503600b5 from master | |||
| 2013-02-25 | [1.4.x] Fixed #19911 - Updated generic view links. | Tim Graham | |
| Thanks marc@ for the report. | |||
| 2013-02-23 | [1.4.x] Fixed #19902 -- backport of as_view docs | Preston Holmes | |
| 2013-02-20 | [1.4.x] Note that ALLOWED_HOSTS default changes in Django 1.5. | Carl Meyer | |
| 2013-02-19 | [1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation. | Carl Meyer | |
| This is a security fix; disclosure and advisory coming shortly. | |||
| 2013-02-16 | [1.4.x] Fixed #19824 - Corrected the class described for Field.primary_key ↵ | Tim Graham | |
| from IntegerField to AutoField. Thanks Keryn Knight. Backport of 218bbef0c4 from master | |||
| 2013-02-16 | [1.4.x] Fixed #19812 - Removed a duplicate phrase in the widget docs. | Tim Graham | |
| Thanks diegueus9 for the report and itsallvoodoo for the draft patch. Backport of 7a80904b00 from master | |||
| 2012-12-19 | [1.4.x] Added PASSWORD_HASHERS to settings reference document. | Ramiro Morales | |
| abd0f304b162b3120b1c7321fbfc3090e5f3c92c from master. | |||
| 2012-11-21 | [1.4.x] Added examples of using startproject/app with URLs | Preston Holmes | |
| thanks to Brent O'Connor for the idea and intial docs | |||
| 2012-11-20 | [1.4.x] Corrected docs about default value of MESSAGE_STORAGE | Luke Plant | |
| Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master | |||
| 2012-11-17 | [1.4.X] Fixed #13997 - Added an example of constructing a MultiWidget and ↵ | Tim Graham | |
| documented the value_from_datadict method. Backport of 04775b4598 from master | |||
| 2012-11-13 | [1.4.X] Typo in comments doc | Nicolas Ippolito | |
| Backport of 17b14d4819 from master | |||
| 2012-10-24 | [1.4.X] Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks ↵ | Tim Graham | |
| adroffne for the suggestion. Backport of da958eb209 from master | |||
| 2012-10-20 | [1.4.X] Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB ↵ | Tim Graham | |
| driver caching; thanks jtiai for the suggestion. Backport of 2f722d9728 from master | |||
| 2012-10-20 | [1.4.x] Fixed arguments for get_inline_instances; refs #17006. | Tim Graham | |
| 2012-10-20 | [1.4.X] Fixed #17006 - Documented ModelAdmin get_form() and get_formsets() | Tim Graham | |
| Backport of eed4faf16f from master | |||
| 2012-10-18 | [1.4.X] Fixed #18046 - Documented that an index is created by default for ↵ | Tim Graham | |
| ForeignKeys; thanks jbauer for the suggestion. Backport of db598dd8a0 from master | |||
| 2012-10-17 | Fixed an error in the set cookie documentation | Preston Holmes | |
| 2012-10-17 | [1.4.X] Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be ↵ | Tim Graham | |
| first in the list of middleware. Backport of 3e0857041b from master | |||
| 2012-10-13 | [1.4.x] Fixed #19119 -- Corrected default date input formats in docs | Claude Paroz | |
| Thanks henrik@aisti.fi for the report. Backport of 10dc4797ea from master. | |||
| 2012-10-12 | [1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5 | Tim Graham | |
| Backport of c870cb48cd from master | |||
| 2012-10-11 | [1.4.X] Fixed #14165 - Documented that TransactionMiddleware only applies to ↵ | Tim Graham | |
| the default database. Backport of 938ee7cd36 from master | |||
| 2012-10-06 | [1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of ↵ | Tim Graham | |
| rows matched Backport of 6d46c740d8 from master | |||
| 2012-10-05 | Fixed #19072 -- Corrected an external file path in GeoIP docs | Claude Paroz | |
| Thanks Flavio Curella for the report and the initial patch. | |||
| 2012-10-03 | [1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header. | Tim Graham | |
| Backport of 234ca6c61d from master | |||
| 2012-10-03 | [1.4.X] Fixed #18413 - Noted that a model's files are not deleted when the ↵ | Tim Graham | |
| model is deleted. Thanks lawgon for the report. Backport of 1c03b23567 from master | |||
| 2012-09-30 | [1.4.X] Fixed #15338 - Documented django.utils.decorators | Tim Graham | |
| Backport of d0345b7114 from master | |||
| 2012-09-19 | [1.4.X] Fixed #15325 - Added a link to RelatedManager in the ManytoManyField ↵ | Tim Graham | |
| docs; thanks jammon for the suggestion. Backport of 0fdfcee257 from master | |||
| 2012-09-19 | [1.4.X] Fixed #13586 - Added an example of how to connect a m2m_changed ↵ | Tim Graham | |
| signal handler. Backport of 1360bd4186 from master | |||
| 2012-09-15 | [1.4.x] Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks ↵ | Tim Graham | |
| sir_sigurd for the report. Backport of 93e6733e4cbbdad34f1f0f59303ae01f577e4e58 from master. | |||
| 2012-09-15 | [1.4.X] Added an example of using a form wizard with different templates; ↵ | Tim Graham | |
| thanks Lorin Hochstein for the patch. Backport of 553583958d from master | |||
| 2012-09-15 | [1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev ↵ | Tim Graham | |
| for the draft patch. Backport of a73838fde33374573b8e765dfcb0225287d396c0 from master. | |||
| 2012-09-08 | [1.4.x] Fixed some broken links in 1.4 docs | Tim Graham | |
| 2012-09-08 | [1.4.X] Fixed #18478 - Documented how to use a mutable default in a model field. | Tim Graham | |
| Backport of 6e2bb344e4 from master | |||
| 2012-09-07 | [1.4.X] Fixed #18490 - Updated DateField input formats; thanks dloewenherz ↵ | Tim Graham | |
| for the draft patch. Backport of fa8fb2b383 from master | |||
| 2012-09-05 | [1.4.X] Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report. | Tim Graham | |
| Backport of e5983af7c1 from master | |||
| 2012-09-01 | [1.4.x] Fixed #13608 - Noted that template lookups use literal values. | Tim Graham | |
| Backport of 74c025d0285450bf277afbee095172af54562ab6 from master. | |||
| 2012-09-01 | [1.4.X] Fixed #16936 - Updated javascript for CSRF protection. | Tim Graham | |
| Thanks Idan Gazit for the patch. Backport of e376558ed2 from master | |||
