Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #13165 -- Added edit and delete links to admin fore...Simon Charette2015-01-103-15/+121
* Fixed #24101 -- Fixed flaky admin_views selenium tests; r...Tim Graham2015-01-081-0/+2
* Fixed #22295 -- Replaced permission check for displaying ...Thomas Tanner2014-12-314-1/+85
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-9/+19
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-3/+19
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-281-1/+1
* Fixed #23995 -- Removed unnecessary calls to self.client....Diego Guimarães2014-12-161-91/+0
* Refs #23947 -- Fixed admin_views test execution order dep...Diego Guimarães2014-12-151-2/+2
* Fixed #23857 -- Fixed admin crash with "save as new" and ...Tim Graham2014-12-121-0/+17
* Fixed template tag braces spacing.Kevin Marsh2014-12-121-1/+1
* Fixed #23934 -- Fixed regression in admin views obj param...Kamil Braun2014-12-023-2/+83
* Fixed admin_views test from refs #7361 (name was too long).Tim Graham2014-12-011-2/+2
* Fixed #17890 -- Added an extra_context parameter to Admin...Berker Peksag2014-11-292-0/+9
* Fixed cache state dependence for assertNumQueries in test...wrwrwr2014-11-271-0/+4
* Fixed #23915 -- Made sure m2m fields through non-pk to_fi...Simon Charette2014-11-252-11/+13
* Fixed #23754 -- Always allowed reference to the primary k...Simon Charette2014-11-253-20/+30
* Fixed #23898 -- Added missing context to admin's deleted_...Redouane Zait2014-11-251-0/+1
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-4/+4
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-5/+5
* Moved a test case that caused deprecation warnings.Loic Bistuer2014-10-191-0/+16
* Fixed #21196 -- Removed index on test field causing MySQL...Thomas Chaumeny2014-10-191-1/+2
* Fixed #23604 -- Allowed related m2m fields to be referenc...Emmanuelle Delescolle2014-10-063-1/+16
* Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford2014-09-301-0/+31
* Fixed #8408 -- Added ModelAdmin.show_full_result_count to...Thomas Chaumeny2014-09-262-1/+19
* Fixed #23431 -- Allowed inline and hidden references to a...Simon Charette2014-09-083-2/+31
* Fixed #23329 -- Allowed inherited and m2m fields to be re...Simon Charette2014-08-283-1/+31
* Fixed #13749 -- Added link from admin site to front-end s...areski2014-08-272-0/+10
* Prevented data leakage in contrib.admin via query string ...Simon Charette2014-08-201-3/+33
* Fixed #20133 -- Added summary to admin deletion confirmat...areski2014-08-141-0/+8
* Removed usage of deprecated switch_to_*() selenium methods.Tim Graham2014-07-241-2/+2
* Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen2014-07-142-2/+22
* Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz2014-07-121-0/+14
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-6/+6
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-75/+75
* Fixed #22894 -- Made admin add related/raw ID fields widg...Riccardo Magliocchetti2014-06-261-1/+1
* Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz2014-06-211-2/+4
* Fixed #6327 -- Added has_module_permission method to Base...Maxime Turcotte2014-06-133-0/+73
* Fixed #22653 -- Added some database feature flags to tests.Tim Graham2014-06-111-1/+2
* Removed unused import.Tim Graham2014-06-101-1/+0
* Fixed #20420 -- Normalized query counts on Oracle.Aymeric Augustin2014-06-091-11/+2
* Fixed #11776 -- Added CSS class for non-field/top of form...Nick Presta2014-06-021-2/+2
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #22266 - quote PK before redirecting away from add_...Stas Rudakou2014-05-161-0/+24
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-4/+2
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-262-4/+4
* Fixed #22499 -- Fixed a typo in an admin_views test that ...Tim Graham2014-04-241-2/+2
* Fixed #21084 -- Used proxy model's content type for admin...Alejandro Gómez2014-04-071-1/+33
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-77/+75
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-033-17/+17