summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views
AgeCommit message (Expand)Author
2013-02-12[1.3.x] Checked object permissions on admin history view.Carl Meyer
2011-09-22[1.3.X] Reverting r16878 (improved admin error message) per advice from jezde...Paul McMillan
2011-09-22[1.3.X] Fixed #16837 -- Improved error messages for admin login. Thanks Wim F...Paul McMillan
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-09Fixed a number of tests that were failing in Oracle due to false assumptions ...Ian Kelly
2011-03-08Fixed field names that were preventing the tests from running in Oracle.Ian Kelly
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
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-26Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...Russell Keith-Magee
2011-02-24Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-24Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...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-16Corrected small error when preserving an I18N-related setting value in an adm...Ramiro Morales
2011-02-09Ensure that L10N formats aren't cached between tests.Russell Keith-Magee
2011-02-08Cleaned up the tests from r15451 to avoid the need to retrieve a URL twice.Russell Keith-Magee
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-02-08Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for th...Russell Keith-Magee
2011-02-06Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete c...Russell Keith-Magee
2011-02-04Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ...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-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
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
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2011-01-02Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...Jannis Leidel
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-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...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-11-19Corrected change in behavior regarding the page shown after the 'Save' button...Ramiro Morales
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-10Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps whenRamiro Morales
2010-09-11Adjust AdminDocTests to run after r13728. Also match comments to tests and ad...Karen Tracey
2010-09-10Adding related objects in the admin (via popup) respects userMalcolm Tredinnick
2010-09-07Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-08-19Fixed #14123 -- Made AdminDocs tests optional, based on the availability of d...Russell Keith-Magee
2010-08-14Fixed #13796 -- Ensure that builtin tags and filters are included in admin do...Russell Keith-Magee
2010-08-06Fixed #14014 -- Ensure that the "save and add another" button for users actua...Russell Keith-Magee
2010-08-06Fixed #14012 -- Corrected the handling of the create user popup dialog in the...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