index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
admin_views
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-24
Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2n...
Wiktor Kolodziej
2013-02-20
Made a couple of selenium tests wait for page loaded
Anssi Kääriäinen
2013-02-20
Add test for collapsible fieldset functionality in admin
Claude Paroz
2013-02-19
Checked object permissions on admin history view.
Carl Meyer
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-01-29
Fixed typos in docs and comments
Tim Graham
2013-01-26
Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.
Aymeric Augustin
2012-12-24
Expanded tests added when fixing #14529.
Ramiro Morales
2012-12-24
Made admin generated changelist URLs independent of dict ordering
Luke Plant
2012-12-16
Corrected tests depending on the error message on the AuthenticationForm.
Russell Keith-Magee
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-06
Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines
Marc Aymerich
2012-12-04
Fixed #18697 -- Made values accepted for two customizable admin templates con...
Ramiro Morales
2012-12-02
Fixed #17050 -- Added some CSS class names to the admin index pages to facili...
Julien Phalip
2012-11-25
Fixed #17911 -- Ensure that admin readonly fields' display values are shown i...
Edward Tjörnhammar
2012-11-19
Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-11-17
Fixed #19226 -- Applied linebreaksbr to read-only fields in admin
Claude Paroz
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-24
Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...
Ramiro Morales
2012-09-15
Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...
Julien Phalip
2012-09-08
Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)
Travis Swicegood
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-15
Fixed usage of several deprecated aliases in unittest.
Alex Gaynor
2012-08-14
[py3] Fixed admin_views tests
Claude 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-21
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...
Julien Phalip
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-07-01
Fixed #18550 -- Ensured that the admin history view works with escaped primar...
Julien Phalip
2012-06-08
Merge pull request #123 from apollo13/ticket18381
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Don't escape object ids when passing to the contenttypes.shortcut view.
Florian Apolloner
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-04-30
Ensured tests pass using custom PASSWORD_HASHERS.
Anssi Kääriäinen
2012-04-29
Fixed some style issues in previous commit.
Aviral Dasgupta
2012-04-29
Added regression test for #17967.
Aviral Dasgupta
2012-04-14
Converted more test assertions to assert[Not]Contains.
Claude Paroz
2012-04-09
Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...
Claude Paroz
2012-04-09
Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...
Julien Phalip
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-09
Removed executable bits from some files that don't need them.
Ramiro Morales
2012-03-05
Enabled the existing admin Selenium tests to be run with Internet Explorer. N...
Julien Phalip
2012-03-03
Fixed #17198 -- Ensured that a deterministic order is used across all databas...
Julien Phalip
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-27
Modified tests introduced in r15452 to not run 31 test cases twice. Thanks Ju...
Ramiro Morales
2012-02-23
Added some Selenium tests for the admin's filter_horizontal and filter_vertic...
Julien Phalip
[next]