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
Age
Commit message (
Expand
)
Author
2013-02-19
[1.5.x] Checked object permissions on admin history view.
Carl Meyer
2013-01-29
[1.5.x] Fixed typos in docs and comments
Tim Graham
2012-12-24
[1.5.x] Expanded tests added when fixing #14529.
Ramiro Morales
2012-12-24
[1.5.x] Made admin generated changelist URLs independent of dict ordering
Luke Plant
2012-12-16
[1.5.X] Corrected tests depending on the error message on the AuthenticationF...
Russell Keith-Magee
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-06
[1.5.x] Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines
Marc Aymerich
2012-12-04
[1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templ...
Ramiro Morales
2012-12-04
[1.5.x] Fixed #19391 -- Oracle specific failure in tests
Anssi Kääriäinen
2012-11-25
[1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values are...
Edward Tjörnhammar
2012-11-19
[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-11-17
[1.5.x] 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-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
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-19
Removed unneeded u prefixes
Claude Paroz
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
2012-02-22
Enabled the admin selenium tests to run on Chrome.
Julien Phalip
2012-02-19
Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...
Julien Phalip
2012-02-09
Fixed #17515 -- Added ability to override the template of custom admin Filter...
Jannis Leidel
[next]