summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/models.py
AgeCommit message (Expand)Author
2012-03-03Fixed #17198 -- Ensured that a deterministic order is used across all databas...Julien Phalip
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin Filter...Jannis Leidel
2012-02-05Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...Julien Phalip
2011-12-19Stopped unconditionally reversing admin model add/change URLs.Ramiro Morales
2011-11-22Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...Julien Phalip
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-10-26Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...Julien Phalip
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-08-12Fixed #16604 -- Use new save_related hook when saving objects on the changeli...Jannis Leidel
2011-07-04Removed superflous commented-out lines.Ramiro Morales
2011-07-03Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...Jannis Leidel
2011-06-03Fixed various bugs related to having multiple columns in admin list_display w...Luke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-05-05Fixed #15964 - Do not order admin actions by descriptionLuke Plant
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-08Fixed field names that were preventing the tests from running in Oracle.Ian Kelly
2011-03-03Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...Jannis Leidel
2011-03-01Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...Ramiro Morales
2011-02-20Fixed #14529 -- Fixed representation of model names in admin messages after m...Ramiro Morales
2011-02-19Fixed #11513 -- Ensure that the redirect at the end of an object change won't...Russell Keith-Magee
2011-02-19Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...Russell Keith-Magee
2011-02-19Fixed #13126 -- Ensured that individual form errors are displayed when errors...Russell Keith-Magee
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-01-28Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dic...Luke Plant
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-12Added tests demonstrating that filtering lookup expression that involve model...Ramiro Morales
2011-01-03Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c...Russell Keith-Magee
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-12Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T...Jannis Leidel
2010-11-21Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...Honza Král
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-08-06Fixed #14012 -- Corrected the handling of the create user popup dialog in the...Russell Keith-Magee
2010-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-03-21Fixed #13004: Ensure the add page for a model with a ManyToManyField specifiedKaren Tracey
2010-03-16Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...Karen Tracey
2010-03-16Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ...Karen Tracey
2010-03-10Ensure that NullBooleanField displays the appropriate icon for null values in...James Bennett
2010-03-02Fixed #11710: Made a small test change to ensure utf-8 bytestrings inKaren Tracey
2010-02-26Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee
2010-02-16Added missing tests for fix committed in r12398. Thanks Karen for the report.Jannis Leidel
2010-01-12Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-18Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...Jannis Leidel
2009-07-03Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...Russell Keith-Magee