summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views
AgeCommit message (Expand)Author
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-21Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...Julien Phalip
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-07-01Fixed #18550 -- Ensured that the admin history view works with escaped primar...Julien Phalip
2012-06-19Removed unneeded u prefixesClaude Paroz
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-04-30Ensured tests pass using custom PASSWORD_HASHERS.Anssi Kääriäinen
2012-04-29Fixed some style issues in previous commit.Aviral Dasgupta
2012-04-29Added regression test for #17967.Aviral Dasgupta
2012-04-14Converted more test assertions to assert[Not]Contains.Claude Paroz
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-04-09Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...Julien Phalip
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-03-03Fixed #17198 -- Ensured that a deterministic order is used across all databas...Julien Phalip
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-27Modified tests introduced in r15452 to not run 31 test cases twice. Thanks Ju...Ramiro Morales
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
2012-02-22Enabled the admin selenium tests to run on Chrome.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-09Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...Jannis Leidel
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2012-02-09Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to...Jannis Leidel
2012-02-05Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...Julien Phalip
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2011-12-19Stopped unconditionally reversing admin model add/change URLs.Ramiro Morales
2011-12-11Fixed #17377 -- Don't depend on a warm cache in admin_views.UserAdminTest.tes...Aymeric Augustin
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-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-10-10Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...Julien Phalip
2011-09-22Fixed #16837 -- Improved error message for admin login.Paul McMillan
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-28Fixed #16716 -- Fixed two small regressions in the development version introd...Julien Phalip
2011-08-15Fixed #15206 -- Added select_related call to the permissions field of the Gro...Jannis Leidel
2011-08-12Fixed #16604 -- Use new save_related hook when saving objects on the changeli...Jannis Leidel
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