summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-24Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2n...Wiktor Kolodziej
2013-02-20Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-20Add test for collapsible fieldset functionality in adminClaude Paroz
2013-02-19Checked object permissions on admin history view.Carl Meyer
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2012-12-24Expanded tests added when fixing #14529.Ramiro Morales
2012-12-24Made admin generated changelist URLs independent of dict orderingLuke Plant
2012-12-16Corrected tests depending on the error message on the AuthenticationForm.Russell Keith-Magee
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-06Fixed #19429 -- Applied linebreaksbr to read-only fields in inlinesMarc Aymerich
2012-12-04Fixed #18697 -- Made values accepted for two customizable admin templates con...Ramiro Morales
2012-12-02Fixed #17050 -- Added some CSS class names to the admin index pages to facili...Julien Phalip
2012-11-25Fixed #17911 -- Ensure that admin readonly fields' display values are shown i...Edward Tjörnhammar
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-17Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-09-15Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...Julien Phalip
2012-09-08Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)Travis Swicegood
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
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-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