| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-10 | [1.6.x] Took advantage of django.utils.six.moves.urllib.*. | Aymeric Augustin | |
| Backport of 6a6428a36 from master. | |||
| 2013-08-29 | [1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ↵ | Tim Graham | |
| caused an admin crash. Thanks chris at cogdon.org for the report and admackin for the patch. Backport of af953c45cc from master | |||
| 2013-08-15 | [1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ↵ | Alasdair Nicol | |
| does not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch. Backport of 22c6497f99 from master | |||
| 2013-08-02 | [1.6.x] Fixed LogEntry.get_admin_url() for non-existent models. | Petr Dlouhý | |
| Regression introduced by [369b6fa]; refs #18169. Backport of 1b47508ac8 from master | |||
| 2013-07-18 | [1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs. | Loic Bistuer | |
| Thanks Collin Anderson for the report. Backport of 2fc6c9472c from master. | |||
| 2013-07-01 | [1.6.x] Updated tests for deprecation of ↵ | Tim Graham | |
| Option.get_(add|change|delete)_permission. refs #20642. Backport of a6a905c619 from master. | |||
| 2013-06-27 | Prevented running some admin_view tests twice. | Tim Graham | |
| 2013-06-27 | Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3. | Tim Graham | |
| Thanks jefftriplett for the report. | |||
| 2013-06-25 | Fixed #19773 - Added admin/popup_response.html template. | Javier Mansilla | |
| Thanks jimmylam@ for the suggestion. | |||
| 2013-06-19 | Merge pull request #1282 from loic/ticket6903 | Aymeric Augustin | |
| Fixed failing test on MySQL since c86a9b6 | |||
| 2013-06-19 | Fixed MySQL failing test introduced by c86a9b6 | Loic Bistuer | |
| 2013-06-18 | Merge pull request #1281 from loic/ticket6903 | Aymeric Augustin | |
| Fixed #6903 - Preserved admin changelist filters. | |||
| 2013-06-19 | Fixed #6903 - Preserve admin changelist filters after saving or deleting an ↵ | Loic Bistuer | |
| object | |||
| 2013-06-18 | Fixed #20079 -- Improve security of password reset tokens | Erik Romijn | |
| 2013-06-10 | Fixed available_apps for selenium tests. | Aymeric Augustin | |
| Refs #20483. | |||
| 2013-05-29 | Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponses | Tim Graham | |
| Thanks Edwin. | |||
| 2013-05-27 | Fixed #20182 - admin lookup should treat 0 as False for __isnull | Tim Graham | |
| Thanks Benjie Chen. | |||
| 2013-05-25 | Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. | Preston Holmes | |
| SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review. | |||
| 2013-05-21 | Use assertIsInstance in tests. | Marc Tamlyn | |
| Gives much nicer errors when it fails. | |||
| 2013-05-19 | Fixed #15961 -- Modified ModelAdmin to allow for custom search methods. | Bozidar Benko | |
| This adds a get_search_results method that users can override to provide custom search strategies. Thanks to Daniele Procida for help with the docs. | |||
| 2013-05-10 | Fixed an obvious typo. | Alex Gaynor | |
| 2013-05-10 | Fixed two admin_views tests under Oracle. | Aymeric Augustin | |
| Thanks Anssi for the review. | |||
| 2013-04-10 | Made usage of assertTemplateUsed in admin_views tests | Claude Paroz | |
| Thanks Baptiste Mispelon for the suggestion. | |||
| 2013-04-08 | Fix admin_views tests after commit 3be368c73e. | Baptiste Mispelon | |
| 2013-03-25 | Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path. | Adam Wentz | |
| Updated LogEntry.get_admin_url to use 'reverse' instead of a hard-coded path. | |||
| 2013-03-24 | Fixed test failures introduced in e16c48e001. | Aymeric Augustin | |
| 2013-03-18 | Fixed #19327 -- Added handling of double login attempts in admin. | Deric Crago | |
| Thanks to Krzysztof Jurewicz for initial patch and adupin for tests. | |||
| 2013-03-18 | Fixed #13260 -- Quoted arguments interpolated in URLs in reverse. | Aymeric Augustin | |
| 2013-03-11 | Adjusted query counts to account for new savepoints. | Aymeric Augustin | |
| 2013-03-08 | Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵ | Loic Bistuer | |
| return a QuerySet. | |||
| 2013-03-06 | Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status. | Igor Támara | |
| Avoid ValueError in admin when passing a string as PK for an inherited model with an integer PK field. Thanks ikks for the patch. See also #11191. | |||
| 2013-02-26 | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
