| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-06 | Adding 'sqlmigrate' command and quote_parameter to support it. | Andrew Godwin | |
| 2013-09-06 | Fixed #21043 -- Made resolve() handle reverse_lazy objects. | Dan Johnson | |
| Thanks Keryn Knight for the report. | |||
| 2013-09-06 | Fixed #11857 -- Added missing 'closed' property on TemporaryFile class. | Christopher Adams | |
| - TemporaryFile now minimally mocks the API of the Python standard library class tempfile.NamedTemporaryFile to avoid AttributeError exceptions. - The symbol django.core.files.NamedTemporaryFile is actually assigned as a different class on different operating systems. - The bug only occurred if Django is running on Windows, hence why it was hard to diagnose. | |||
| 2013-09-06 | Add --list option to migrate command | Andrew Godwin | |
| 2013-09-06 | Fixed #20977 -- Fixed writing migrations to disk on Python 3 | Markus Holtermann | |
| 2013-09-05 | Took advantage of django.utils.six.moves.urllib.*. | Aymeric Augustin | |
| 2013-09-03 | Fixed "indentation is not a multiple of four" pep8 issues. | Tim Graham | |
| 2013-09-03 | Fixed #21026 -- Corrected help for manage.py test command. | Carl Meyer | |
| 2013-09-02 | Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin | |
| 2013-08-31 | Fixed #13182 -- Prevented trailing spaces in indented json output | Claude Paroz | |
| Thanks Stéphane Raimbault for the report and the initial patch. | |||
| 2013-08-30 | Fixed #20989 -- Removed useless explicit list comprehensions. | Simon Charette | |
| 2013-08-29 | Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() | Tim Graham | |
| Thanks jeroen.pulles at redslider.net for the suggestion and helper script. | |||
| 2013-08-24 | Fixed #20814 -- Improved model field accessor clash error messages | Christopher Medrela | |
| Thanks shai for the suggestion. | |||
| 2013-08-21 | Only create the migration directory once per app | Andrew Godwin | |
| 2013-08-21 | Fixed #12422 -- Don't override global email charset behavior for utf-8. | Ramiro Morales | |
| Thanks simonb for the report, Claude Paroz and Susan Tan for their work on a fix. | |||
| 2013-08-21 | Fixed #18967 -- Don't base64-encode message/rfc822 attachments. | Ramiro Morales | |
| Thanks Michael Farrell for the report and his work on the fix. | |||
| 2013-08-21 | Fixed #20933 -- Allowed loaddata to load fixtures from relative paths. | Florian Apolloner | |
| 2013-08-21 | Change autodetector changes API to be just one method | Andrew Godwin | |
| 2013-08-19 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: docs/ref/django-admin.txt | |||
| 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-08-12 | Use DEFAULT_DB_ALIAS | Andrew Godwin | |
| 2013-08-12 | Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting | Mel Collins | |
| This setting does for new directories what FILE_UPLOAD_PERMISSIONS does for new files. Thanks jacob@ for the suggestion. | |||
| 2013-08-10 | Add clarifying comment | Andrew Godwin | |
| 2013-08-10 | Print all bad apps passed to makemigrations, not just the first one. | Andrew Godwin | |
| 2013-08-09 | Remove other color_style override | Andrew Godwin | |
| 2013-08-09 | utils.importlib is deprecated | Andrew Godwin | |
| 2013-08-09 | Remove useless override of self.style | Andrew Godwin | |
| 2013-08-09 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/core/management/commands/flush.py django/core/management/commands/syncdb.py django/db/models/loading.py docs/internals/deprecation.txt docs/ref/django-admin.txt docs/releases/1.7.txt | |||
| 2013-08-04 | Fixed a number of lint warnings, particularly around unused variables. | Alex Gaynor | |
| 2013-08-04 | Deprecated SortedDict (replaced with collections.OrderedDict) | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-30 | Added support for IPython.start_ipython in shell | MinRK | |
| IPython 1.0 introduces an actual stable public API function for starting a normal (non-embedded) IPython session. This is an official public API, which is promised to survive implementation changes. | |||
| 2013-07-30 | Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using ↵ | Jose L. Patino | |
| output styles. | |||
| 2013-07-30 | Rename allow_syncdb to allow_migrate | Andrew Godwin | |
| 2013-07-30 | Rename pre_ and post_syncdb to *_migrate, with aliases from old names | Andrew Godwin | |
| 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-07-29 | Deprecated django.utils.importlib | Claude Paroz | |
| This was a shim for pre-Python 2.7 support. | |||
| 2013-07-29 | Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail() | Justin Michalicek | |
| 2013-07-29 | Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising ↵ | Przemek Lewandowski | |
| an exception). | |||
| 2013-07-27 | Fixed a number of minor misspellings. | Julien Phalip | |
| 2013-07-26 | Fix "OK" alignment in migrate output | Andrew Godwin | |
| 2013-07-26 | Add --fake option to migrate | Andrew Godwin | |
| 2013-07-26 | Use new transaction API in syncdb section of migrate | Andrew Godwin | |
| 2013-07-26 | Remove nasty error message checking hack | Andrew Godwin | |
| 2013-07-25 | Add tests for the migrate command and fix a bug they exposed | Andrew Godwin | |
| 2013-07-24 | Fixed #20766 -- Deprecated FastCGI support. | Tim Graham | |
| 2013-07-24 | Fixed #14300 -- Fixed initial SQL location if models is a package. | Tim Graham | |
| Thanks al_the_x for the report and fheinz for the draft patch. | |||
| 2013-07-22 | Make migrate command recognise prefixes and 'zero'. | Andrew Godwin | |
| 2013-07-22 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/mysql/introspection.py django/db/backends/oracle/creation.py django/db/backends/postgresql_psycopg2/creation.py django/db/models/base.py django/db/models/loading.py | |||
| 2013-07-21 | Fixed an email validation regression | Claude Paroz | |
| Thanks Vincent Wagelaar for the report. | |||
| 2013-07-14 | Fixed #20746 -- Removed Python 2.6 specific code/docs | Tim Graham | |
