summaryrefslogtreecommitdiff
path: root/tests/admin_views/admin.py
AgeCommit message (Expand)Author
2014-07-14[1.7.x] Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-25[1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overri...Ben Davis
2014-03-22[1.7.x] Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-01-05Removed useless model definitions.Aymeric Augustin
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-02PEP8Jason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
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-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-08-29Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...Tim Graham
2013-08-19Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objectsRainer Koirikivi
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
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-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner