index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
/
tests.py
Age
Commit message (
Expand
)
Author
2014-03-31
[1.6.x] Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.
Loic Bistuer
2014-03-31
[1.6.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Loic Bistuer
2013-12-11
[1.6.x] Fixed #21510 -- Readded search reset link in changelist search bar
Claude Paroz
2013-11-21
[1.6.x] Fixed #21431 -- GenRel->FK list_filter regression in admin
Anssi Kääriäinen
2013-09-10
[1.6.x] Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-29
[1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ca...
Tim Graham
2013-08-02
[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.
Petr Dlouhý
2013-07-18
[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Loic Bistuer
2013-07-01
[1.6.x] Updated tests for deprecation of Option.get_(add|change|delete)_permi...
Tim Graham
2013-06-27
Prevented running some admin_view tests twice.
Tim Graham
2013-06-27
Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.
Tim Graham
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-19
Merge pull request #1282 from loic/ticket6903
Aymeric Augustin
2013-06-19
Fixed MySQL failing test introduced by c86a9b6
Loic Bistuer
2013-06-18
Merge pull request #1281 from loic/ticket6903
Aymeric Augustin
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
2013-06-18
Fixed #20079 -- Improve security of password reset tokens
Erik Romijn
2013-06-10
Fixed available_apps for selenium tests.
Aymeric Augustin
2013-05-29
Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponses
Tim Graham
2013-05-27
Fixed #20182 - admin lookup should treat 0 as False for __isnull
Tim Graham
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-19
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
Bozidar Benko
2013-05-10
Fixed an obvious typo.
Alex Gaynor
2013-05-10
Fixed two admin_views tests under Oracle.
Aymeric Augustin
2013-04-10
Made usage of assertTemplateUsed in admin_views tests
Claude Paroz
2013-04-08
Fix admin_views tests after commit 3be368c73e.
Baptiste Mispelon
2013-03-25
Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.
Adam Wentz
2013-03-18
Fixed #19327 -- Added handling of double login attempts in admin.
Deric Crago
2013-03-18
Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.
Aymeric Augustin
2013-03-11
Adjusted query counts to account for new savepoints.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-06
Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.
Igor Támara
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner