| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-31 | [1.7.x] Fixed flake8 warnings. | Tim Graham | |
| Backport of 9a922dcad1 from master | |||
| 2014-07-30 | [1.7.x] Fixed the previous commit for Python3. | Florian Apolloner | |
| Backport of 4453c80634fb72b60e849480e52c06b570c696d5 from master. | |||
| 2014-07-30 | [1.7.x] Fixed #23112 -- Field.get_choices tries to index an iterable | areski | |
| Backport of 97a38de230371c0b6ad8a86abba8425186c147c7 from master. | |||
| 2014-06-23 | [1.7.x] Created import-time test temp dirs in known location | Claude Paroz | |
| Refs #17215. In the same spirit as 5de31cb8cb. Backport of 809362518d from master. | |||
| 2014-04-26 | [1.7.x] Fix many many typos in comments throughout the codebase | Alex Gaynor | |
| Backport of 2bcb8bfc8d from master | |||
| 2014-03-25 | [1.7.x] Fixed #12030 -- Validate integer field range at the model level. | Simon Charette | |
| Thanks to @timgraham for the review. Backport of 1506c71a95 from master | |||
| 2014-03-12 | Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle | Shai Berger | |
| This seems worthwhile in its own right, but also works around an Oracle bug (in versions 10 -- 11.1) where the use of Unicode would reset the date/time formats, causing ORA-01843 errors. Thanks Trac users CarstenF for the report, jtiai for the initial patch, and everyone who contributed to the discussion on the ticket. | |||
| 2014-03-12 | Flake8 corrections | Shai Berger | |
| 2014-03-10 | Fixed #22210 -- Saving model instances to non-related fields. | Daniel Pyrathon | |
| Previously, saving a model instance to a non-related field (in particular a FloatField) would silently convert the model to an Integer (the pk) and save it. This is undesirable behaviour, and likely to cause confusion so the validatio has been hardened. Thanks to @PirosB3 for the patch and @jarshwah for the review. | |||
| 2014-02-15 | Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFields | Albert Wang | |
| Thanks tunixman for the report and Baptiste Mispelon and Shai Berger for reviews. | |||
| 2013-10-21 | Fixed #21288 -- Fixed E126 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21287 -- Fixed E123 pep8 warnings | Alasdair Nicol | |
| 2013-10-04 | Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders. | Simon Charette | |
| 2013-09-28 | Fixed #20439 -- Started deprecation of IPAddressField | Erik Romijn | |
| 2013-08-15 | Fixed #20895 -- Made check management command warn if a BooleanField does ↵ | Alasdair Nicol | |
| not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch. | |||
| 2013-05-14 | Fixed #19934 - Use of Pillow is now preferred over PIL. | Daniel Lindsley | |
| This starts the deprecation period for PIL (support to end in 1.8). | |||
| 2013-03-02 | Add a BinaryField model field | Claude Paroz | |
| Thanks Michael Jung, Charl Botha and Florian Apolloner for review and help on the patch. | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
