| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-22 | Fixed #23072 -- Added missing formtools test templates in tarball | Raphaël Hertzog | |
| The lack of this file breaks the test suite. | |||
| 2014-07-22 | Fixed #23071 -- Use last migration's name in dependency to other app | Jeroen Dekkers | |
| Changed the autodetector to lookup the name of the other app's last migration in the graph and use that as dependency instead of using __latest__. | |||
| 2014-07-21 | Fixed typo in PermissionsMixin.groups.help_text. | Iain Dawson | |
| 2014-07-21 | Replaced instances of 'his/her' with 'their'. | Iain Dawson | |
| 2014-07-21 | Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11 | Claude Paroz | |
| Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django. | |||
| 2014-07-21 | Fixed #23014: Renaming not atomic with unique together | Andrew Godwin | |
| 2014-07-21 | Fixed #23009: Shorten FK identifiers in add_field and make consistent | Andrew Godwin | |
| 2014-07-21 | Fixed #22975: Don't call rename SQL if not needed | Andrew Godwin | |
| 2014-07-21 | Fixed #23039: Don't try to serialize unmanaged models in tests | Andrew Godwin | |
| 2014-07-21 | Fixed #23043: alter_field drops defaults too | Andrew Godwin | |
| 2014-07-18 | Fixed #23028: Added unique_togther support to inspectdb. | Damien Nozay | |
| 2014-07-16 | Edited setup.py in reuseable apps tutorial to use a context manager for open(). | Dean Silfen | |
| 2014-07-16 | Alphabetized django.utils sections. | Corey Farwell | |
| 2014-07-16 | Added 1.6.6 release notes for #22998 (also forwardported those for #13794). | Tim Graham | |
| 2014-07-16 | Fixed reference to pk in RedirectView.get_redirect_url doc. | Bartek Ciszkowski | |
| 2014-07-16 | Fixed #23041: Bad base dependencies for proxy models | Andrew Godwin | |
| 2014-07-16 | Fixed #23023 -- Added warning against local-memory cache. | Tim Graham | |
| Thanks django at kerz.id.au. | |||
| 2014-07-16 | Added Chrome/IE support for a selenium test. | Tim Graham | |
| 2014-07-16 | Added forgotten files from commit 28efafa24c83 | Claude Paroz | |
| 2014-07-16 | PEP8 cleanup | Anssi Kääriäinen | |
| 2014-07-16 | Fixed #22998 -- Updated the fast_delete logic for GFKs | Gavin Wahl | |
| 2014-07-16 | Ignored STATIC_ROOT and MEDIA_ROOT in makemessages | Claude Paroz | |
| Also alleviate issues with weird file names typically found in MEDIA_ROOT directories (#23010). Thanks Tim Graham for the review. | |||
| 2014-07-15 | Fixed #23013 -- Fixed removing unique_together/index_together constraints in ↵ | Tim Graham | |
| migrations. Thanks melinath for the report. | |||
| 2014-07-15 | Fixed #22907 -- Array contains must have same type. | Marc Tamlyn | |
| 2014-07-15 | Fixed #23008 -- Fixed typo causing bad migration dependencies. | Tim Graham | |
| Thanks semenov for the report and Florian for investigation. | |||
| 2014-07-15 | Further fix the release notes for refs #13147. | Loic Bistuer | |
| Mention of custom user models has been removed since UserCreationForm didn't support custom user models anyway. Refs #19353. | |||
| 2014-07-15 | Fixed #22991 -- Prevented *.pyc files in autoreload monitoring | Claude Paroz | |
| This fixes a regression introduced in 6d302f639. Thanks lorinkoz at gmail.com for the report, Collin Anderson for the initial patch and Simon Charette for the review. | |||
| 2014-07-14 | Fixed #23005 -- Allowed specifying special fallback languages | Claude Paroz | |
| This fixes the Chinese language issues described in #23005 but also provides for other fallback exceptions by updating the LANG_INFO structure. Thanks caxekis at gmail.com for the report and Tim Graham for the review. | |||
| 2014-07-14 | Fixed name of database connection feature | Shai Berger | |
| 2014-07-14 | Fixed #22791 -- Invoke interactive questioner only for conflicts in ↵ | Huu Nguyen | |
| specified apps. Thanks bendavis78 for the report and Tim Graham for the review. | |||
| 2014-07-14 | Fixed #22992 -- regression in .filter(generic_fk=...) error message | Anssi Kääriäinen | |
| Generic Foreign Keys can't be used as lhs in lookups for historical reasons. Django 1.6 gave a FieldDoesNotExist exception when using GFKs as lhs in lookups, but due to regression caused by lookup refactor patch (20bab2cf9d02a5c6477d8aac066a635986e0d3f3) the exception type was changed to AttributeError. It might be a good idea to add support for gfk__exact and gfk__in lookups later on. Thanks to glicerinu@gmail.com for the report. The code in this commit was written by Tim Graham. | |||
| 2014-07-14 | Fixed #22994 -- regression with generic FK + admin list_view | Anssi Kääriäinen | |
| The reason for the regression was that the GenericForeignKey field isn't something meta.get_field_by_name() should return. The reason is that a couple of places in Django expects get_field_by_name() to work this way. It could make sense to return GFKs from get_field_by_name(), but that should likely be done as part of meta refactoring or virtual fields refactoring patches. Thanks to glicerinu@gmail.com for the report and to Tim for working on the issue. | |||
| 2014-07-14 | Fixed #22789 -- Deprecated django.contrib.webdesign. | Tim Graham | |
| Moved the {% lorem %} tag to built-in tags. | |||
| 2014-07-14 | Fixed/improved release note for refs #13147; thanks Loic. | Tim Graham | |
| 2014-07-13 | Fixed #23015 -- Fixed major/minor release terminology in docs. | Tim Graham | |
| 2014-07-13 | Added a newline to appease flake8 | Alex Gaynor | |
| 2014-07-12 | Fixed #22939 -- Delayed admin_static backend detection | Claude Paroz | |
| Thanks generalov for the report. | |||
| 2014-07-12 | Checked more precisely whether the app registry is ready. | Aymeric Augustin | |
| Accounted for the three stages of population: app configs, models, ready() methods of app configs. | |||
| 2014-07-12 | Removed extra newline. | Tim Graham | |
| 2014-07-11 | Bump the default iterations for PBKDF2. | Alex Gaynor | |
| The rate at which we've increased this has not been keeping up with hardware (and software) improvements, and we're now considerably behind where we should be. The delta between our performance and an optimized implementation's performance prevents us from improving that further, but hopefully once Python 2.7.8 and 3.4+ get into more hands we can more aggressively increase this number. | |||
| 2014-07-11 | Fixed #22983: Alert when squashing RunPython operations with referred functions. | Andrew Godwin | |
| 2014-07-10 | Removed docs for @permalink decorator. | Tim Graham | |
| It's been marked as "not recommended" since 1.6. Anyone still using it may refer to older versions of the docs. | |||
| 2014-07-10 | Added contrib.auth migration for refs #13147. | Tim Graham | |
| 2014-07-10 | Add south upgrade note to 1.7 release notes | Andrew Godwin | |
| 2014-07-10 | Fix comment | Andrew Godwin | |
| 2014-07-10 | Fixed #13147 -- Moved User validation logic from form to model. | Yin Jifeng | |
| 2014-07-10 | Removed primary authors section from AUTHORS. | Tim Graham | |
| 2014-07-10 | Fixed typo in docs/ref/contrib/gis/geos.txt. | Tim Graham | |
| 2014-07-10 | Fixed #22809 -- Added model Field API reference. | Jorge C. Leitão | |
| Thanks to @timgraham for the review. | |||
| 2014-07-09 | Fixed #22922: Better error message for InvalidBasesError. | Andrew Godwin | |
