Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #16433 -- Fixed a help_text/read only field interac...Tim Graham2013-08-293-3/+19
* Fixed #20881 -- Removed contrib.auth.models.AbstractUser....Tim Graham2013-08-291-4/+4
* Fixed #20934 -- Avoided NoReverseMatch in ModelAdmin.chan...Rainer Koirikivi2013-08-221-0/+13
* Fixed #20640 -- Avoided NoReverseMatch in get_deleted_obj...Rainer Koirikivi2013-08-193-3/+34
* Combine consecutive with statementsClaude Paroz2013-08-161-13/+10
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-4/+4
* Fixed LogEntry.get_admin_url() for non-existent models.Petr Dlouhý2013-08-021-0/+11
* Added a test for AdminSite.app_index_template; refs #8498.SusanTan2013-07-312-0/+7
* Fixed #19082 -- Enabled admin field pre-population for ex...Julien Phalip2013-07-302-2/+46
* Removed most of absolute_import importsClaude Paroz2013-07-294-5/+3
* Fixed #11195 -- Added CSS classes to the changelist cells...Julien Phalip2013-07-281-5/+21
* Fixed #13629 -- Added CSS classes to the `<body>` tag of ...Thomas Sorrel2013-07-211-0/+53
* Fixed #20767 -- Fixed ModelAdmin.preserve_filters for nam...Loic Bistuer2013-07-193-6/+21
* Fixed a few more imports of django.utils.unittest.Aymeric Augustin2013-07-011-1/+3
* Updated tests for deprecation of Option.get_(add|change|d...Tim Graham2013-07-011-7/+8
* Prevented running some admin_view tests twice.Tim Graham2013-06-281-2/+3
* Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham2013-06-281-0/+8
* Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla2013-06-252-2/+13
* Merge pull request #1282 from loic/ticket6903Aymeric Augustin2013-06-191-2/+2
|\
| * Fixed MySQL failing test introduced by c86a9b6Loic Bistuer2013-06-191-2/+2
* | Merge pull request #1281 from loic/ticket6903Aymeric Augustin2013-06-181-0/+153
|\|
| * Fixed #6903 - Preserve admin changelist filters after sav...Loic Bistuer2013-06-181-0/+153
* | Fixed #20079 -- Improve security of password reset tokensErik Romijn2013-06-181-4/+4
|/
* Fixed available_apps for selenium tests.Aymeric Augustin2013-06-101-2/+4
* Fixed #20331 -- Allowed admin actions to serve StreamingH...Tim Graham2013-05-292-4/+45
* Fixed #20182 - admin lookup should treat 0 as False for _...Tim Graham2013-05-273-3/+55
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-17/+17
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-193-2/+37
* Fixed an obvious typo.Alex Gaynor2013-05-101-1/+1
* Fixed two admin_views tests under Oracle.Aymeric Augustin2013-05-101-2/+14
* Made usage of assertTemplateUsed in admin_views testsClaude Paroz2013-04-101-3/+3
* Fix admin_views tests after commit 3be368c73e.Baptiste Mispelon2013-04-081-8/+8
* Fixed #20121 -- Removed LogEntry.get_admin_url's hard-cod...Adam Wentz2013-03-261-2/+5
* Fixed test failures introduced in e16c48e001.Aymeric Augustin2013-03-241-3/+3
* Fixed #19327 -- Added handling of double login attempts i...Deric Crago2013-03-191-2/+28
* Fixed #13260 -- Quoted arguments interpolated in URLs in ...Aymeric Augustin2013-03-181-5/+5
* Adjusted query counts to account for new savepoints.Aymeric Augustin2013-03-111-2/+2
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-083-26/+26
* Fixed #19951 -- Admin: Invalid model PK values shouldn't ...Igor Támara2013-03-071-3/+12
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-34/+34
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2619-0/+5979