| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-29 | Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. | Thomas Chaumeny | |
| Thanks Collin Anderson for the review. | |||
| 2014-05-05 | Fixed #22489 -- missing implemenation for search lookup | Jakub Roztocil | |
| 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. | |||
| 2014-03-30 | Corrected many style guide violations that the newest version of flake8 catches | Alex Gaynor | |
| 2014-03-07 | Fixed #21863 -- supplemented get_lookup() with get_transform() | Anssi Kääriäinen | |
| Also fixed #22124 -- Expanded explanation of exactly what is going on in as_sql() methods. | |||
| 2014-03-03 | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | |
| Thanks Piotr Kasprzyk for help with the patch. | |||
| 2013-11-03 | Fixed all E226 violations | Alex Gaynor | |
| 2013-10-26 | Fix all violators of E231 | Alex Gaynor | |
| 2013-10-19 | Removed unused local variables in tests. | Tim Graham | |
| 2013-07-31 | Added field.attname to Options.name_map | Anssi Kääriäinen | |
| The change also removed allow_explicit_fk from sql/query.py. | |||
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-06-26 | Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text() | Loic Bistuer | |
| 2013-06-26 | Fixed #20462 -- null/non-string regex lookups are now consistent | Andrew Clark | |
| Thanks to noirbizarre for the report and initial patch. | |||
| 2013-06-11 | Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and ↵ | Tim Graham | |
| 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. | |||
| 2013-06-11 | Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields. | Axel Haustant | |
| 2013-06-10 | Reverted the introduction of shared_models. | Florian Apolloner | |
| The recent improvements should make shared_models obsolete. This reverts commit 1059da8de675442e84381d6366c0be254681753e, reversing changes made to 4fa7f3cdd9bcf50ec4c7f64a31c1dfc02c375f46. | |||
| 2013-06-10 | Revert "Began implementing a shared set of test models to speed up tests." | Florian Apolloner | |
| This reverts commit 22b7870e40a3ecf022b423de6cd867dcb35a6940. | |||
| 2013-03-13 | Began implementing a shared set of test models to speed up tests. | Florian Apolloner | |
| 2013-03-13 | Merge pull request #900 from bmispelon/ticket-20022 | Jacob Kaplan-Moss | |
| Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse() | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
