summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views
AgeCommit message (Expand)Author
2011-07-08Fixed typos in admin_views tests XML fixtures.Ramiro Morales
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-06-02Removed a broken test added in [16312]Luke Plant
2011-06-01Fixed bug with `__str__` headers in admin changelist have a non-functioning s...Luke Plant
2011-05-06Added missing future imports missed in r16167.Jannis Leidel
2011-05-06Make use of new translation and settings context manager in the tests.Jannis Leidel
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-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
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