Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/string_lookup
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-061-2/+4
| | | | disambiguate it from a list.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-4/+4
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
|
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-4/+1
|
* Fixing E302 ErrorsJason Myers2013-11-031-0/+5
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-1/+4
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+2
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #11442 -- Postgresql backend casts all inet types ↵Erik Romijn2013-05-191-1/+3
| | | | to text
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+136