summaryrefslogtreecommitdiff
path: root/tests/admin_views
AgeCommit message (Expand)Author
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-10Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham
2013-10-04Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.Christopher Medrela
2013-09-19Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-11Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelis...Keryn Knight
2013-09-09Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...Keryn Knight
2013-09-09Added a test to show that the user.is_staff check in admin base.html is neces...Tim Graham
2013-09-08Removed some more unused local varsAlex Gaynor
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07Fixed a test failure introduced in 55a11683f7b094ae4fd0b9fa030d18a12657ba98.Julien Phalip
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-01Converted tests for admin first form widget auto-focus to Selenium.Ramiro Morales
2013-08-29Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...Tim Graham
2013-08-29Fixed #20881 -- Removed contrib.auth.models.AbstractUser.get_absolute_url()Tim Graham
2013-08-22Fixed #20934 -- Avoided NoReverseMatch in ModelAdmin.changelist_viewRainer Koirikivi
2013-08-19Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objectsRainer Koirikivi
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-08-02Fixed LogEntry.get_admin_url() for non-existent models.Petr DlouhĂ˝
2013-07-31Added a test for AdminSite.app_index_template; refs #8498.SusanTan
2013-07-30Fixed #19082 -- Enabled admin field pre-population for existing objects.Julien Phalip
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-27Fixed #11195 -- Added CSS classes to the changelist cells to allow style cust...Julien Phalip
2013-07-21Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...Thomas Sorrel
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
2013-07-01Updated tests for deprecation of Option.get_(add|change|delete)_permission.Tim Graham
2013-06-27Prevented running some admin_view tests twice.Tim Graham
2013-06-27Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham
2013-06-25Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla
2013-06-19Merge pull request #1282 from loic/ticket6903Aymeric Augustin
2013-06-19Fixed MySQL failing test introduced by c86a9b6Loic Bistuer
2013-06-18Merge pull request #1281 from loic/ticket6903Aymeric Augustin
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Fixed #20079 -- Improve security of password reset tokensErik Romijn
2013-06-10Fixed available_apps for selenium tests.Aymeric Augustin
2013-05-29Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponsesTim Graham
2013-05-27Fixed #20182 - admin lookup should treat 0 as False for __isnullTim Graham
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-05-10Fixed an obvious typo.Alex Gaynor
2013-05-10Fixed two admin_views tests under Oracle.Aymeric Augustin
2013-04-10Made usage of assertTemplateUsed in admin_views testsClaude Paroz
2013-04-08Fix admin_views tests after commit 3be368c73e.Baptiste Mispelon
2013-03-25Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.Adam Wentz
2013-03-24Fixed test failures introduced in e16c48e001.Aymeric Augustin