| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-10 | [1.4.x] Bump version numbers for security release.1.4.3 | James Bennett | |
| 2012-12-10 | [1.4.X] Fixed a security issue in get_host. | Florian Apolloner | |
| Full disclosure and new release forthcoming. | |||
| 2012-12-10 | [1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by ↵ | Florian Apolloner | |
| malicious users. | |||
| 2012-12-04 | [1.4.x] Fixed the admin_filters tests for Postgres. | Julien Phalip | |
| Backport of c196e01100b2 | |||
| 2012-12-03 | [1.4.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options ↵ | Sebastián Magrí | |
| can be displayed as selected even if the lookup's first element is not a string. Backport of 88e17156393b | |||
| 2012-11-24 | [1.4.x] Fixed ordering-related failure in m2m_through_regress tests | Anssi Kääriäinen | |
| Backpatch of dc569c880143db07e01b3293d698ad8fe4a0136f | |||
| 2012-11-24 | [1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests. | Aymeric Augustin | |
| Refs #18823. | |||
| 2012-11-24 | [1.4.x] Fixed SQLite's collapsing of same-valued instances in bulk_create | Anssi Kääriäinen | |
| SQLite used INSERT INTO tbl SELECT %s UNION SELECT %s, the problem was that there should have been UNION ALL instead of UNION. Refs #19351 Backpatch of a27582484cf814554907d2d1ad077852de36963f | |||
| 2012-11-22 | [1.4.X] Fixed #19317 - Added an image for warning blocks in the docs | Tim Graham | |
| Thanks tome for the suggestion and patch. Backport of 3587991ba8 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-15 | [1.4.x] Fixed #19058 -- Fixed Oracle GIS crash | Anssi Kääriäinen | |
| The problem is the same as in #10888 which was reintroduced when bulk_insert was added. Thanks to Jani Tiainen for report, patch and also testing the final patch on Oracle GIS. Backpatch of 92d7f541da8b59520c833b19fbba52d3ecef2428 | |||
| 2012-11-13 | [1.4.X] Typo in comments doc | Nicolas Ippolito | |
| Backport of 17b14d4819 from master | |||
| 2012-11-02 | Fixed #19225 -- Typo in shortcuts docs. | Aymeric Augustin | |
| Thanks SunPowered for the report. | |||
| 2012-10-29 | [1.4.x] Fixed #19208 -- Docs for mod_wsgi daemon mode | Aymeric Augustin | |
| Thanks Graham Dumpleton for the patch. Backport of bc00075 from master. | |||
| 2012-10-29 | [1.4.x] Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlers | Claude Paroz | |
| Thanks bernardofontes for the report. Backport of b774c5993 from master. | |||
| 2012-10-28 | [1.4.x] Fixed #18823 -- Ensured m2m.clear() works when using through+to_field | Anssi Kääriäinen | |
| There was a potential data-loss issue involved -- when clearing instance's m2m assignments it was possible some other instance's m2m data was deleted instead. This commit also improved None handling for to_field cases. Backpatch of 611c4d6f1c24763e5e6e331a5dcf9b610288aaa8 | |||
| 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-23 | [1.4.x] Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58. | Carl Meyer | |
| The problem description in #18239 asserted that http://bugs.python.org/issue670664 was fixed in Python 2.6.8, but based on http://bugs.python.org/issue670664#msg146770 it appears that's not correct; the fix was only applied in 2.7, 3.2, and Python trunk. Therefore we must use our patched HTMLParser subclass in all Python 2.6 versions. Backport of fcec904e4f from master. Fixes #19148. | |||
| 2012-10-21 | Added 1.4.2 release notes | Preston Holmes | |
| 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-19 | [1.4.X] Fixed #17388 - Noted in the custom model field docs that field ↵ | Tim Graham | |
| methods need to handle None if the field may be null. Backport of 4cef9a09f9 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-18 | Added missed poisoned host header test changes | Preston Holmes | |
| 2012-10-17 | [1.4.x] Bump ALL the version numbers.1.4.2 | James Bennett | |
| 2012-10-17 | [1.4.x] Bump version numbers for security release. | James Bennett | |
| 2012-10-17 | Fixed an error in the set cookie documentation | Preston Holmes | |
| 2012-10-17 | Fixed a security issue related to password resets | Preston Holmes | |
| Full disclosure and new release are forthcoming backport from master | |||
| 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-16 | [1.4.x] Fixed a couple links that didn't backport cleanly | Tim Graham | |
| 2012-10-16 | [1.4.X] Fixed #18548 - Clarified note regarding reusing model instances when ↵ | Tim Graham | |
| form validation fails. Backport of fd02bcff4a from master | |||
| 2012-10-15 | [1.4.X] Fixed #10936 - Tempered recommendation of SQLite - thanks Karen ↵ | Tim Graham | |
| Tracey for the feedback. Backport of 9190d89829 from master | |||
| 2012-10-13 | [1.4.x] Fixed #18881 -- Made the context option in {% trans %} and {% ↵ | Julien Phalip | |
| blocktrans %} accept literals wrapped in single quotes. Thanks to lanyjie for the report. | |||
| 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 #18996 - Clarified overriden model methods not called on bulk ↵ | Tim Graham | |
| operations Backport of 443999a1eeea70e4deebcf31f8f845696be62c3d 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 #10936 - Noted that using SQLite for development is a good idea | Tim Graham | |
| Backport of 470deb5cbb from master | |||
| 2012-10-11 | [1.4.X] Fixed #16588 - Warned about field names that conflict with the model API | Tim Graham | |
| Backport of dd0cbc6bdc 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-11 | [1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs. | Tim Graham | |
| Thanks Pedro Lima for the draft patch. Backport of 06f5da3d78 from master | |||
| 2012-10-10 | [1.4.x] Fixed #4501 - Documented how to use coverage.py with Django tests. | Tim Graham | |
| Thanks krzysiumed for the draft patch. Backport of 7ef2781ca0ce48872e21dce2f322c9e4106d1cfd 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-04 | [1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain ↵ | Tim Graham | |
| for the report. Backport of a1a5c0854f from master | |||
| 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 | |||
