Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/lookup/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-051-0/+8
| | | | | This was implemented for non-SQLite backends in 1.7 (as a side effect of #16187).
* Removed numbering from the models.py header of some test ↵Loic Bistuer2014-09-241-1/+1
| | | | | | packages. This is a reliqua from the early days of the modeltests/regressiontests era.
* Fixed #22489 -- missing implemenation for search lookupJakub Roztocil2014-05-051-0/+12
| | | | | | | | When custom lookups were added, converting the search lookup to use the new Lookup infrastructure wasn't done. Some changes were needed to the added test, main change done by committer was ensuring the test works on MySQL versions prior to 5.6.
* PEP8 cleanupJason Myers2013-11-031-0/+5
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+3
|
* Revert "Fixed #20462 - Fixed sqlite regex lookups for ↵Tim Graham2013-06-111-9/+0
| | | | | | | | | null values and non-string fields." This reverts commit 64041f0e6e7a773574d7cde978d16305200004ea. lookup.tests.LookupTests.test_regex_non_string fails under Postgres. We should also try to rewrite the test using an existing model.
* Fixed #20462 - Fixed sqlite regex lookups for null ↵Axel Haustant2013-06-111-0/+9
| | | | values and non-string fields.
* Reverted the introduction of shared_models.Florian Apolloner2013-06-101-5/+16
| | | | | | | The recent improvements should make shared_models obsolete. This reverts commit 1059da8de675442e84381d6366c0be254681753e, reversing changes made to 4fa7f3cdd9bcf50ec4c7f64a31c1dfc02c375f46.
* Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss2013-03-131-16/+5
| | | | Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse()
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+59