| 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-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-07 | [1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentation | Claude Paroz | |
| Backport of 53b879f045 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-11-30 | [1.5.X] Fixed #19400 - Typo in docs/topics/auth.txt | Tim Graham | |
| Backport of 008e625c66 from master | |||
| 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-28 | [1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse. | Bruno Renié | |
| 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 #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-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 two typos. | Aymeric Augustin | |
| Backport of f89901d from master. | |||
| 2012-11-24 | [1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} ↵ | Aymeric Augustin | |
| syntax. Backport of 6b8a7ce. | |||
| 2012-11-24 | [1.5.x] Fixed #19218 -- Added documentation note on limitations of signals ↵ | Russell Keith-Magee | |
| with custom User models. Thanks to kunitoki@gmail.com for the report. Backport of fdb5c98d7ee54c7f89ec10b0203263f1f5b37510. | |||
| 2012-11-23 | [1.5.x] Negligible style fix in docs. | Aymeric Augustin | |
| Backport of 5c81e9d. | |||
| 2012-11-23 | [1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressions | Anssi Kääriäinen | |
| F() expressions reuse joins like any lookup in a .filter() call - reuse multijoins generated in the same .filter() call else generate new joins. Also, lookups can now reuse joins generated by F(). This change is backwards incompatible, but it is required to prevent dict randomization from generating different queries depending on .filter() kwarg ordering. The new way is also more consistent in how joins are reused. Backpatch of 90b86291d022a09031d1df397d7aaebc30e435f7 | |||
| 2012-11-23 | [1.5.X] Changed if statement to a slightly cleaner variant | WoLpH | |
| Backport of eabb44417c from master | |||
| 2012-11-23 | [1.5.X] Fixed #19348 - Clarified the units of filesizeformat. | Tim Graham | |
| Thanks george_edison for the report and Claude Paroz for the patch. Backport of 63e6cd1bb3 from master | |||
| 2012-11-22 | [1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt | Tim Graham | |
| Backport of c13912ac7f from master | |||
| 2012-11-22 | [1.5.X] Spell checked 1.5 alpha release notes | Tim Graham | |
| Backport of e94f8babc2 from master | |||
| 2012-11-22 | [1.5.X] Fixed #18974 - Warned against using models.permalink | Tim Graham | |
| Thanks dstufft for the draft patch. Backport of 0e3690d230 from master | |||
| 2012-11-22 | [1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware. | Aymeric Augustin | |
| Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. Backport of a026e48 from master. | |||
| 2012-11-22 | [1.5.X] Documented behavior of get_or_create when multiple objects are returned. | Tim Graham | |
| Thanks Matt Lauber for the patch. Backport of 71a3162a70 from master | |||
| 2012-11-22 | [1.5.X] Clarified usage of as_view kwargs for setting arguments on class ↵ | Tim Graham | |
| based views Thanks Dave McLain for the patch. Backport of 7b2d95eb30 from master | |||
| 2012-11-22 | [1.5.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.5.x] Added examples of using startproject/app with URLs | Preston Holmes | |
| thanks to Brent O'Connor for the idea and intial docs | |||
| 2012-11-21 | [1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style. | shepdl | |
| Backport of 8e5573e99a from master | |||
| 2012-11-21 | [1.5.X] Fixed #19335 - Typo and cleanups in ↵ | Tim Graham | |
| docs/topics/class-based-views/index.txt Backport of e2b1808196 from master | |||
| 2012-11-20 | [1.5.x] Corrected docs about default value of MESSAGE_STORAGE | Luke Plant | |
| Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master | |||
| 2012-11-19 | [1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API | Preston Holmes | |
| Thanks to Lowe Thiderman for the patch and tests | |||
| 2012-11-19 | [1.5.X] Fixed typo in docs/ref/models/querysets.txt | Anton Danilchenko | |
| Backport of 76859e6eab from master | |||
| 2012-11-19 | [1.5.X] Fixed typo in docs/releases/1.5.txt | Anton Danilchenko | |
| Backport of 3bdb2ca560 from master | |||
| 2012-11-18 | [1.5.X] Fixed #19306 - Improved syndication example. | Tim Graham | |
| Thanks brycenesbitt for the report. Backport of 1f1f60d12f from master | |||
| 2012-11-17 | [1.5.X] Fixed #19308 - Clarified stringformat filter example | Tim Graham | |
| Thanks Shabda Raaj. Backport of 2564e31014 from master | |||
| 2012-11-17 | [1.5.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-17 | [1.5.x] Fixed #19315 -- Improved markup in admin FAQ. | Aymeric Augustin | |
| Thanks ClaesBas. Backport of ccb2b57 from master. | |||
| 2012-11-17 | [1.5.x] Fix typo in file storage docs. | Aymeric Augustin | |
| Backport of 4585e12 from master. | |||
| 2012-11-17 | [1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX. | Aymeric Augustin | |
| Backport of 9b755a2 from master. | |||
| 2012-11-17 | [1.5.x] Formatting tweaks. | Tom Christie | |
| (cherry picked from commit 3f2fc2f41abf226913517eb1e655f823f2c5e53a) | |||
| 2012-11-17 | [1.5.x] Include `versionadded 1.5` directive | Tom Christie | |
| (cherry picked from commit 5bc6929f9af4d71065bce42578e49354096a7bf4) | |||
| 2012-11-17 | [1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing ↵ | Tom Christie | |
| hardcoded 'page'. (cherry picked from commit 502be865c68635d5c31fa3fa58162b48412153ad) | |||
| 2012-11-17 | [1.5.X] Fixed #16779 - Added a contributing tutorial | Tim Graham | |
| Thank-you Taavi Taijala for the draft patch! Backport of 7058b595b6 from master | |||
| 2012-11-17 | [1.5.x] Fixed #19310 -- changed method docs formatting for custom file ↵ | Preston Holmes | |
| storage docs | |||
