summaryrefslogtreecommitdiff
path: root/tests/admin_views/tests.py
AgeCommit message (Expand)Author
2014-11-25Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-20Moved a test case that caused deprecation warnings.Loic Bistuer
2014-10-06Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle
2014-09-30Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford
2014-09-26Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny
2014-09-08Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2014-07-24Removed usage of deprecated switch_to_*() selenium methods.Tim Graham
2014-07-14Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-07-12Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-06-26Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti
2014-06-21Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz
2014-06-13Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte
2014-06-11Fixed #22653 -- Added some database feature flags to tests.Tim Graham
2014-06-09Removed unused import.Tim Graham
2014-06-09Fixed #20420 -- Normalized query counts on Oracle.Aymeric Augustin
2014-06-02Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta
2014-05-16Fixed #22266 - quote PK before redirecting away from add_view (django.contrib...Stas Rudakou
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-24Fixed #22499 -- Fixed a typo in an admin_views test that caused failure on Or...Tim Graham
2014-04-07Fixed #21084 -- Used proxy model's content type for admin log entries.Alejandro Gómez
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-03-31Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.Loic Bistuer
2014-03-31Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-25Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.Ben Davis
2014-03-22Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-03Edited contrib.admin check messages for grammar and consistency.Russell Keith-Magee
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-02-10Fixed #21371 -- Added the block.super to admin bodyclass blocks.julien 'pouete' Godin
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2014-02-04Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz
2014-02-04Made staff_member_required redirect to loginClaude Paroz
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
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