summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views
AgeCommit message (Expand)Author
2011-03-09[1.2.X] Fixed a number of tests that were failing in Oracle due to false assu...Ian Kelly
2011-03-08[1.2.X] Fixed field names that were preventing the tests from running in Orac...Ian Kelly
2011-03-03[1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...Jannis Leidel
2011-02-26[1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...Russell Keith-Magee
2011-02-24[1.2.X] Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-24[1.2.X] Fixed #14012 (again) -- Admin app: Don't show the full user edition v...Ramiro Morales
2011-02-20[1.2.X] Fixed #14529 -- Fixed representation of model names in admin messages...Ramiro Morales
2011-02-19[1.2.X] Fixed #11513 -- Ensure that the redirect at the end of an object chan...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #14355 -- Ensure that help_text is displayed for readonly field...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #13126 -- Ensured that individual form errors are displayed whe...Russell Keith-Magee
2011-02-09[1.2.X] Ensure that L10N formats aren't cached between tests.Russell Keith-Magee
2011-02-09Corrected merge failure from r15455.Russell Keith-Magee
2011-02-08[1.2.X] Fixed #10573 -- Corrected autofocus problem in admin when the first w...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #15234 -- Ensure that years in a date heirarchy don't use comma...Russell Keith-Magee
2011-02-04[1.2.X] Fixed #14824 -- Corrected the handling of formats when USE_L10N is di...Russell Keith-Magee
2011-01-28[1.2.X] Fixed #14880 - raw_id_fields in admin does not work when limit_choice...Luke Plant
2011-01-28[1.2.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...Luke Plant
2011-01-13[1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ins...Ramiro Morales
2011-01-12[1.2.X] Fixed #15032 -- Replaced 1.2.X implementation of admin changelist fil...Ramiro Morales
2011-01-03[1.2.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...Russell Keith-Magee
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-12-02[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...Jannis Leidel
2010-11-19[1.2.X] Corrected change in behavior regarding the page shown after the 'Save...Ramiro Morales
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales
2010-09-12[1.2.X] Fix AdminDocsTest failure on 1.2.X branch by correcting the test to r...Karen Tracey
2010-09-11[1.2.X] Adjust AdminDocTests to run after r13728. Also match comments to test...Malcolm Tredinnick
2010-09-07[1.2.X] Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-08-19[1.2.X] Fixed #14123 -- Made AdminDocs tests optional, based on the availabil...Russell Keith-Magee
2010-08-14[1.2.X] Fixed #13796 -- Ensure that builtin tags and filters are included in ...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for use...Russell Keith-Magee
2010-08-06[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialo...Russell Keith-Magee
2010-05-13Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee
2010-05-02Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel
2010-05-02Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.Jannis Leidel
2010-04-19Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
2010-04-11Fixed #13298 -- Modified test assertion to ensure that javascript variables a...Russell Keith-Magee
2010-04-05Fixed #13038 -- Ensured that readonly fields in the admin have their name add...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-20Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...Karen 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-10Clean up a stray debugging print from [12746].James Bennett
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-03-01Fixed test of the admin actions selection counter for changes made in r12626....Jannis Leidel
2010-02-26Added file omitted from r12598.Russell Keith-Magee