Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_ordering
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Refs #24553 -- Isolated admin_* tests.Riccardo Magliocchetti2015-05-141-16/+18
| | | | | | | This fixes a regression with runtests.py --reverse after bd53db5eab05099ae371348529c6428e0da95c6a We need to avoid leaking model registration in the default AdminSite.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
|
* Fixed #13163 -- Added ability to show change links on ↵Nick Sandford2014-07-311-5/+5
| | | | | | inline objects in admin. Thanks DrMeers for the suggestion.
* Fixed #6327 -- Added has_module_permission method to ↵Maxime Turcotte2014-06-131-0/+3
| | | | | | BaseModelAdmin Thanks chrj for the suggestion.
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
|
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Fixed some flake8 issuesAlex Gaynor2013-11-221-0/+1
|
* Fixed #21405 -- Prevented queryset overwrite in ↵Claude Paroz2013-11-211-0/+22
| | | | | | | BaseModelAdmin Thanks guido@20tab.com for the report and Tim Graham for the analyze.
* Made minor optimizations to admin_ordering testsClaude Paroz2013-11-211-36/+30
|
* PEP8 cleanupJason Myers2013-11-032-0/+5
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed all E261 warningscoagulant2013-11-031-1/+1
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #15363 -- Renamed and normalized to `get_queryset` ↵Loic Bistuer2013-03-081-10/+10
| | | | the methods that return a QuerySet.
* Fixed #6585 -- Admin relationship widgets: Respect ↵Juan Pedro Fisanotti2013-03-042-0/+49
| | | | | | | ordering defined by target model's ModelAdmin. Thanks Gary Wilson for the report and Juan Pedro Fisanotti, Carlos Matías de la Torre for the fix.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+141