summaryrefslogtreecommitdiff
path: root/tests/admin_views
AgeCommit message (Expand)Author
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-05Removed useless model definitions.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-23Fixed test breakage under python 3 introduced by a480f8320a5b36501bfd0e8cd70b...Baptiste Mispelon
2013-11-21Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-21Refs #8261 -- Fixed regression introduced by fd219fa.Loic Bistuer
2013-11-02PEP8 cleanupJason Myers
2013-11-02PEP8Jason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-24Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.Renato Oliveira
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-21Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma
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