| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-02 | Used six.moves.zip_longest, new in six 1.4.0. | Aymeric Augustin | |
| 2013-09-02 | Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin | |
| 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-29 | Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3 | Claude Paroz | |
| Thanks lvella at gmail.com for the report. | |||
| 2013-08-23 | Python 3 compat fix for callable() | Andrew Godwin | |
| 2013-08-23 | Fix location of tablespace clauses in schema backend column SQL | Andrew Godwin | |
| 2013-08-23 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/oracle/base.py django/db/backends/postgresql_psycopg2/base.py django/db/models/signals.py tests/queries/tests.py | |||
| 2013-08-23 | Fix Oracle's default handling and schema-prepared-statement issue | Andrew Godwin | |
| 2013-08-21 | Oracle also treats NULLs as largests values when ordering. | Simon Charette | |
| 2013-08-21 | Fixed test failure caused by different NULL ordering between backends | Anssi Kääriäinen | |
| 2013-08-20 | Oracle also treats NULLs as largests values when ordering. | Simon Charette | |
| 2013-08-20 | Fixed test failure caused by different NULL ordering between backends | Anssi Kääriäinen | |
| 2013-08-19 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: docs/ref/django-admin.txt | |||
| 2013-08-19 | Minor oracle fixes | Andrew Godwin | |
| 2013-08-16 | Fixed #20829 -- Skip postgis metadata tables with introspection | Harm Geerts | |
| 2013-08-13 | Oracle schema backend, passes most tests and is pretty complete. | Andrew Godwin | |
| 2013-08-12 | Start of getting Oracle to do schema stuff | Andrew Godwin | |
| 2013-08-11 | Remove keep_default from add_field | Andrew Godwin | |
| 2013-08-11 | Fix tablespace command | Andrew Godwin | |
| 2013-08-11 | Support index_together during model creation | Andrew Godwin | |
| 2013-08-11 | Stop being overcautious about Field.rel | Andrew Godwin | |
| 2013-08-10 | Update get_constraints with better comments | Andrew Godwin | |
| 2013-08-10 | Docs tweaks (thanks timgraham) | Andrew Godwin | |
| 2013-08-09 | Remove pointless comment. | Andrew Godwin | |
| 2013-08-09 | Remove pointless fetch_results param | Andrew Godwin | |
| 2013-08-09 | Remove commented-out print | 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-02 | Fixed #17519 -- Fixed missing SQL constraints to proxy models. | Tim Graham | |
| Thanks thibaultj for the report, jenh for the patch, and charettes for the tests. | |||
| 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-30 | Fixed #20785 -- Corrected exception caught for Oracle LIKE operator detection | Shai Berger | |
| The code that tests to see which LIKE expressions to use now runs using non-error-wrapped cursor, so cx_Oracle exceptions need to be caught rather than Django DatabaseErrors. Thanks Trac user ludo for report and initial patch. | |||
| 2013-07-29 | Deprecated django.utils.importlib | Claude Paroz | |
| This was a shim for pre-Python 2.7 support. | |||
| 2013-07-27 | Fixed a number of minor misspellings. | Julien Phalip | |
| 2013-07-26 | Prettier imports | 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-08 | Fixed last_executed_query test failure on Oracle | Shai Berger | |
| 2013-07-08 | fixed a mis-importt in mysql/base.py | Alex Gaynor | |
| 2013-07-08 | A large number of stylistic cleanups across django/db/ | Alex Gaynor | |
| 2013-07-08 | Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors. | Alex Gaynor | |
| Patch from Lukasz Balcerzak. | |||
| 2013-07-02 | Make get_constraints return columns in order | Andrew Godwin | |
| 2013-07-02 | Fix get_constraints to do multi-column indexes properly on pg | Andrew Godwin | |
| 2013-07-02 | Fix combined alters on PostgreSQL | Andrew Godwin | |
| 2013-07-02 | Support for index_together in schema backends | Andrew Godwin | |
| 2013-07-02 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2013-07-01 | Removed some conditional code only needed under Python 2.6. | Aymeric Augustin | |
| 2013-06-30 | Introduced getters for connection.autocommit and .needs_rollback. | Aymeric Augustin | |
| They ensure that the attributes aren't accessed in conditions where they don't contain a valid value. Fixed #20666. | |||
| 2013-06-29 | Advanced deprecation warnings for Django 1.7. | Aymeric Augustin | |
| 2013-06-29 | Fixed #18592 -- Prevented crash when accessing MySQL _last_executed | Claude Paroz | |
| Thanks reames at asymmetricventures.com for the report. | |||
| 2013-06-28 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/__init__.py django/db/models/fields/related.py tests/field_deconstruction/tests.py | |||
