| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-10 | [1.5.x] Bump version numbers for security release.1.5b2 | James Bennett | |
| 2012-12-10 | [1.5.X] Fixed a security issue in get_host. | Florian Apolloner | |
| Full disclosure and new release forthcoming. | |||
| 2012-12-10 | [1.5.X] Fixed #18856 -- Ensured that redirects can't be poisoned by ↵ | Florian Apolloner | |
| malicious users. | |||
| 2012-12-10 | [1.5.x] Amended an SQL test fixture to not include an id value | Claude Paroz | |
| Some backends might need special handling for auto-increment values. This was introduced in 5fa5621f574. Thanks Michael Manfre for spotting the issue. Backport of 0cdfa76e68 from master. | |||
| 2012-12-09 | [1.5.x] Fixed #19392 -- Improved error for old-style url tags with dashes. | Aymeric Augustin | |
| Thanks dloewenherz for the report. Backport of 4951932 from master. | |||
| 2012-12-08 | [1.5.x] Removed US localflavor-specific tests from core | Claude Paroz | |
| Also fixes #9045. Backport of 8248d1402 from master. | |||
| 2012-12-08 | [1.5.x] Fixed #19389 -- Docs on the location of contrib apps tests. | Aymeric Augustin | |
| Backport of d5ed81c. | |||
| 2012-12-08 | fix a spelling error in docs | Val Neekman | |
| backport of cacafe8 from master. | |||
| 2012-12-08 | [1.5.x] Fixed #19439 -- Removed unused template tag library in ↵ | Claude Paroz | |
| change_password.html Thanks ppetrid for the report. Backport of 35492f8fc from master. | |||
| 2012-12-08 | [1.5.x] Fixed #19423 -- Prevented ModelAdmin sharing widgets due to ↵ | Claude Paroz | |
| formfield_overrides Thanks joebuyer at manycycles.com for the report and Simon Charette for the review. Backport of 04e6542b5 from master. | |||
| 2012-12-08 | [1.5.x] Fixed a string detection in ogrinspect.py | Claude Paroz | |
| Backport of 61407951 from master. | |||
| 2012-12-08 | [1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths | Claude Paroz | |
| Thanks kujiu for the report and Aymeric Augustin for the review. Backport of c91667338 from master. | |||
| 2012-12-07 | [1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentation | Claude Paroz | |
| Backport of 53b879f045 from master. | |||
| 2012-12-06 | [1.5.x] Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' ↵ | Andreas Hug | |
| is_valid Thanks Simon Charette for the report and the initial patch. Backport of 66dfcc10b from master. | |||
| 2012-12-06 | [1.5.x] Fixed #19367 -- Fixed saving ContentFile in filesystem storage | Claude Paroz | |
| This was not working properly when ContentFile was initialized with an unicode string. Thanks Alexey Boriskin for the report and the test. Backport of 34dcf51e06 from master. | |||
| 2012-12-06 | [1.5.x] Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines | Marc Aymerich | |
| Applied to inlines what ec9d6b1122d did for main fieldsets. Backport of 553838a28 from master. | |||
| 2012-12-04 | [1.5.x] Amended explanation of LOCALE_PATHS setting. | Daniele Procida | |
| Thanks Daniele Procida for the patch. 37abad73d6b61031ece67d8e58612cb39326d28e from master. | |||
| 2012-12-04 | [1.5.x] Fixed #18697 -- Made values accepted for two customizable admin ↵ | Ramiro Morales | |
| templates consistent. Thanks and at cloverfastfood dot com for the report. b64d30405a3d5468dc8c6232747d45bbeee4f7bb from master. | |||
| 2012-12-04 | [1.5.x] Minor idiomatic and docstring edits in ar localflavor. | Ramiro Morales | |
| 45f00dbb93a0e929f4320b9c652fef51655e6872 from master. | |||
| 2012-12-04 | [1.5.x] Fixed #19391 -- Oracle specific failure in tests | Anssi Kääriäinen | |
| The failure was caused by using None as a choice for a CharField. To avoid Oracle's "" <-> NULL handling the field type was changed to IntegerField. Backpatch of 632cf32b43609f7d674c81f81f01eb9e4a059f1f | |||
| 2012-12-04 | [1.5.x] Fixed the admin_filters tests for Postgres. | Julien Phalip | |
| Backport of c196e01100b2 | |||
| 2012-12-04 | [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL | Claude Paroz | |
| Backport of 795ac7deda from master. | |||
| 2012-12-03 | [1.5.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-12-03 | [1.5.x] Fixed #19416 -- Fixed multi-line commands in initial SQL files | Claude Paroz | |
| Thanks Aymeric Augustin for detecting this regression. Backport of 5fa5621f5 from master. | |||
| 2012-12-03 | [1.5.x] Fixed #19397 -- Crash on binary files in project templates. | Aymeric Augustin | |
| Thanks gw 2012 at tnode com for the report. Backport of baae4b8. | |||
| 2012-12-01 | [1.5.x] Fixed #19015 -- Add ISO input formats to all formats | Claude Paroz | |
| Backport of 349c4c37f8 from master. | |||
| 2012-12-01 | Fixed #19015 -- Removed ISO formats from localized formats.py | Claude Paroz | |
| ISO formats are automatically appended to the list of input formats. Kept only when it is specified in first position, as it has a special meaning in localize_input. Thanks Bojan Mihelac for the report. Backport of 90d3af380 from master. | |||
| 2012-12-01 | [1.5.x] Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidget | Claude Paroz | |
| Thanks tim.bowden at mapforge.com.au for the report, Andreas Hug for the patch and Anton Baklanov for the review. Backport of a0cd6dd11 from master. | |||
| 2012-11-30 | [1.5.X] Fixed #19400 - Typo in docs/topics/auth.txt | Tim Graham | |
| Backport of 008e625c66 from master | |||
| 2012-11-30 | [1.5.x] Allow custom User models to use the UserAdmin's change password view. | Ryan Kaskel | |
| Backport of bfdedb687abfbdf400387092762bb7081e8e8b56. | |||
| 2012-11-29 | [1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.id | Claude Paroz | |
| Thanks markteisman at hotmail.com for the report. Backport of 0eeae1505 from master. | |||
| 2012-11-29 | [1.5.x] Fixed #19356 -- Increased session key entropy. | Aymeric Augustin | |
| Backport of d913a8b from master. | |||
| 2012-11-28 | [1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse. | Bruno Renié | |
| 2012-11-28 | [1.5.x] Fixed a comment typo. | Ramiro Morales | |
| 2012-11-28 | [1.5.x] Fixed #14694 again -- Made defer() works with reverse relations | Anssi Kääriäinen | |
| Master and stable/1.5.x had diverged in models/query.py. | |||
| 2012-11-28 | [1.5.x] Converted a couple of assertEquals -> assertEqual | Anssi Kääriäinen | |
| 2012-11-28 | [1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometries | Claude Paroz | |
| Thanks Craig de Stigter for the report and collaboration on the patch. Backport of cc3c4a9d5 from master. | |||
| 2012-11-28 | [1.5.x] Fixed #14694 -- Made ``defer()`` work with reverse relations | Tai Lee | |
| Reverse o2o fields are now usable with defer. Backpatch of [6ebf115206289bce8f3d86318871faac13d6e835] | |||
| 2012-11-28 | [1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt. | Jason Yan | |
| Backport of eeaab083f from master. | |||
| 2012-11-27 | [1.5.X] Fixed #19239 - Added examples for generic date views | Tim Graham | |
| Thank-you Daniel Greenfeld and Scott Nixon. Backport of 38055222bd from master | |||
| 2012-11-27 | [1.5.X] Fixed #19352 - Added an example in the QuerySet docs. | Tim Graham | |
| Thanks colinkeenan for the suggestion. Backport of ba2adc9c05 from master | |||
| 2012-11-27 | [1.5.x] Bump version numbers for 1.5 beta 1.1.5b1 | James Bennett | |
| 2012-11-27 | Fixed a couple of typos in the 1.5 (and beta) release notes. | Jacob Kaplan-Moss | |
| Backport of [7cea123bdebd45dc1bafe02d57a90995e76c28a9] from master. | |||
| 2012-11-27 | Added 1.5 beta release notes. | Jacob Kaplan-Moss | |
| Backport of [7a62339f595f03170903d04cbb3e170fd03c657b] from master. | |||
| 2012-11-27 | [1.5.x] Fixed #19370 -- Made date filter properly handle midnight value | Danilo Bargen | |
| Backport of c10aaa70a from master. | |||
| 2012-11-27 | [1.5.x] Removed duplicate opts.pk_index() method | Anssi Kääriäinen | |
| Backpatch of [d37483c533868e78afd0ca3faf993fee97097f9f] | |||
| 2012-11-27 | [1.5.x] Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible. | Aymeric Augustin | |
| Thanks m3wolf for the report and akaariai for reproducing the problem. Backport of 2ea80b9. | |||
| 2012-11-25 | [1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values ↵ | Edward Tjörnhammar | |
| are shown in change forms when the raw value is None. Backport of 29d59a879ea5b116 | |||
| 2012-11-25 | [1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. ↵ | Julien Phalip | |
| Thanks to rasca for the suggestion and to mateusgondim for the patch. Backport of ae206d78f6d991e | |||
| 2012-11-25 | [1.5.x] Fixed test failure following capitalization fix in 2f035a972 | Claude Paroz | |
| Backport of f26b956e80 from master. | |||
