| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-25 | Merge pull request #518 from vanschelven/patch-1 | Aymeric Augustin | |
| Fixed interpolation in a translated string. Refs #14678. | |||
| 2012-11-25 | Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ↵ | Julien Phalip | |
| rasca for the suggestion and to mateusgondim for the patch. | |||
| 2012-11-25 | Change exception type to reduce confusion. | Aymeric Augustin | |
| TemplateSyntaxError is expected at compile time, not at run time. Refs #19280. | |||
| 2012-11-25 | Enabled SimpleTestCase to be decorated by override_settings | Claude Paroz | |
| Refs #18417. Also fixed some test case classes which subclassed the wrong parent. | |||
| 2012-11-25 | Fixed #18417 -- Raised exception when unittest.TestCase is decorated with ↵ | Claude Paroz | |
| override_settings | |||
| 2012-11-25 | Fixed #19355 -- Improved LiveServerThread's handling of exceptions. Thanks ↵ | Julien Phalip | |
| to flub for the report. | |||
| 2012-11-24 | Merge pull request #554 from zedr/master | Aymeric Augustin | |
| Minor spelling error in a docstring | |||
| 2012-11-24 | Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax. | Aymeric Augustin | |
| 2012-11-24 | Fixed #19293 -- Updated Czech input formats | Vladimír Macek | |
| Thanks vzima for the report. | |||
| 2012-11-24 | Fixed #18722 -- Adjusted width of sortable columns in admin | Jonatan Heyman | |
| Thanks Simon Charette for the report. | |||
| 2012-11-24 | Updated User manager when testing custom AUTH_USER_MODEL | Claude Paroz | |
| This is giving more real test conditions when AUTH_USER_MODEL is set with override_settings. | |||
| 2012-11-24 | Updated stale docstring of setup_joins | Anssi Kääriäinen | |
| 2012-11-24 | Fixed #19237 -- Improved strip_tags utility | Chris Khoo | |
| The previous pattern didn't properly addressed cases where '>' was present inside quoted tag content. | |||
| 2012-11-24 | Fixed #19343 -- Deadlock with TransactionTestCase + TEST_MIRROR + multi_db. | Aymeric Augustin | |
| Thanks Jeremy Dunck for the review. | |||
| 2012-11-24 | Removed some stray debug lines introduced accidentally in c8985a8. | Russell Keith-Magee | |
| 2012-11-24 | Fixed #19806 -- Ensure that content types and permissions aren't created for ↵ | Russell Keith-Magee | |
| swapped models. Thanks to rizumu for the report. | |||
| 2012-11-24 | Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs | Anssi Kääriäinen | |
| 2012-11-24 | 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 | |||
| 2012-11-23 | 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. | |||
| 2012-11-23 | Fixed cursor commit command in PostGIS backend | Claude Paroz | |
| Thanks Bruno Renié for noticing the error. | |||
| 2012-11-23 | Fix spelling error in the docstring | Rigel Di Scala | |
| 2012-11-23 | Fixed #19152 -- Allowed PostGIS tests to be run without template | Flavio Curella | |
| From version 2, a PostGIS template is no longer required to create a GIS-enabled database. | |||
| 2012-11-22 | Fixed #18984 -- Avoided a deadlock in test teardown. | Aymeric Augustin | |
| Thanks Jeremy Dunck for the report. | |||
| 2012-11-22 | Fixed #16039 -- Made post_syncdb handlers multi-db aware. | Aymeric Augustin | |
| Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. | |||
| 2012-11-22 | Fixed #19316 -- Set View args/kwargs/request before dispatch | George Hickman | |
| 2012-11-22 | Merge pull request #511 from ryankask/username-password-admin | Aymeric Augustin | |
| Allowed custom User models to use the UserAdmin's change password view. Fix #19056 (again). | |||
| 2012-11-22 | Clarified usage of as_view kwargs for setting arguments on class based views | Tim Graham | |
| Thanks Dave McLain for the patch. | |||
| 2012-11-22 | Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into ↵ | Jannis Leidel | |
| hannesstruss-ticket_19325 | |||
| 2012-11-21 | Add orphans support to MultipleObjectMixin | Chris Beaven | |
| Fixes #7005 | |||
| 2012-11-21 | Paginator._get_page hook | Chris Beaven | |
| This allows for Paginator subclasses to easily override the Page class that gets used. Took the opportunity to also do some non-invasive PEP8 tidying of the paginator module. | |||
| 2012-11-20 | Fixed #19331 (again) use the right admin named URL. | Ramiro Morales | |
| This allows us to get the trailing slash in URLs without having to manually assemble and hard-code them. See also commits e9497a, a222d6, f51eab, 5a9e12. | |||
| 2012-11-20 | Fixed #19331 -- Added missing trailing slash in auth admin template | Claude Paroz | |
| Thanks ppetrid at yawd.eu for the report. | |||
| 2012-11-20 | Fixed #19325 - Made email backend of AdminEmailHandler configurable | Hannes Struss | |
| 2012-11-19 | Fix typo in comment | Riley Strong | |
| 2012-11-19 | Fixed #18658 -- Improved ModelAdmin.message_user API | Preston Holmes | |
| Thanks to Lowe Thiderman for the patch and tests | |||
| 2012-11-17 | Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX. | Aymeric Augustin | |
| 2012-11-17 | Merge pull request #467 from tomchristie/page-kwarg | Jannis Leidel | |
| Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded "page". | |||
| 2012-11-17 | Merge pull request #466 from kenthauser/ticket_19025 | Jannis Leidel | |
| #19025 Add `form` to formwizard context (includes tests) | |||
| 2012-11-17 | Fixed #2550 -- Allow the auth backends to raise the PermissionDenied ↵ | Jannis Leidel | |
| exception to completely stop the authentication chain. Many thanks to namn, danielr, Dan Julius, Łukasz Rekucki, Aashu Dwivedi and umbrae for working this over the years. | |||
| 2012-11-17 | Fixed #19114 -- Fixed LogEntry unicode representation | Claude Paroz | |
| Thanks niko at neagee.net for the report and Emil Stenstrom for the patch. | |||
| 2012-11-17 | Fixed #19036 -- Fixed base64 uploads decoding | Claude Paroz | |
| Thanks anthony at adsorbtion.org for the report, and johannesl for bringing the patch up-to-date. | |||
| 2012-11-17 | Refactor loaddata for readability. | Ramiro Morales | |
| Thanks Claude Paroz and Daniel Moisset for review and feedback. | |||
| 2012-11-17 | Fixed #19226 -- Applied linebreaksbr to read-only fields in admin | Claude Paroz | |
| Thanks shadow for the report, and Melevir and thiderman for the patch. | |||
| 2012-11-17 | Fixed #18989 -- Removed unused condition in CursorWrapper | Claude Paroz | |
| Thanks zimnyx for the report. | |||
| 2012-11-17 | Merge pull request #490 from gabrielhurley/reverse-prefix-special-chars | Jannis Leidel | |
| Fixed #18210 -- Escaped special characters in reverse prefixes. | |||
| 2012-11-17 | Fixed #19136 -- Properly escape gettext context prefixes in the i18n ↵ | Jannis Leidel | |
| JavaScript view template. | |||
| 2012-11-16 | Fixed #18985 -- made DeprecationWarnings loud | Preston Holmes | |
| Capture warnings in Python >= 2.7 and route through console handler, which is subject to DEBUG==True Thanks to dstufft for the idea, and claudep for initial patch | |||
| 2012-11-16 | comment_will_be_sent can cause a 400, not a 403 | Brandon Adams | |
| Doc cleanup for django.contrib.comments.signals.comment_will_be_sent If a receiver returns False, an HttpResponse with status code 400 is returned. A test case already exists confirming this behavior. Updated docs to reflect reality. | |||
| 2012-11-16 | Fixed #19296 -- Applied test connection sharing for spatialite | Claude Paroz | |
| Thanks pegler at gmail.com for the report and the initial patch. | |||
| 2012-11-15 | Update django/contrib/flatpages/forms.py | vanschelven | |
| Translate before passing in the variables (i.e. close the bracket earlier). If you translate after passing in the variables the translated value will contain the actual values for 'url' and 'site' and will therefore not be translated. (I'm not actually using django's flatpages, but I ran into this apparent error when doing a global grep on my own project) | |||
