| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-25 | [1.7.x] Removed unnecessary absolute_imports. | Tim Graham | |
| Backport of e0cf030194 from master | |||
| 2014-08-22 | [1.7.x] Fixed schema test for Oracle 11.2.0.1 which is used in Django ↵ | Shai Berger | |
| Project's CI. Refs #23073 Workaround. Refs #22738 Repeats the mysql "offense". When the issue is solved, the Oracle special case should be made to play with the solution (that is, Oracle should be fixed the same way that mysql and the 3rd-party backneds are). Backport of 56252e7 from master | |||
| 2014-08-09 | [1.7.x] Fixed #23264: Schema backends honour db_constraint | Andrew Godwin | |
| 2014-08-04 | [1.7.x] Fixed #23091: CreateModel and AddField were clashing with deferred SQL | Andrew Godwin | |
| 2014-07-21 | [1.7.x] Fixed #23009: Shorten FK identifiers in add_field and make consistent | Andrew Godwin | |
| 2014-06-18 | [1.7.x] Fixed several flake8 errors | Alex Gaynor | |
| Backport of d015c9d11c from master | |||
| 2014-06-17 | [1.7.x] Fix test breakage on MySQL | Andrew Godwin | |
| 2014-06-16 | [1.7.x] Fixed #22851: BinaryView wasn't getting a binary default | Andrew Godwin | |
| 2014-06-16 | [1.7.x] Renamed DatabaseFeature.supports_check_constraints to ↵ | Tim Graham | |
| supports_column_check_constraints. Thanks maxi for the suggestion. Backport of 82c935d44c from master | |||
| 2014-05-08 | [1.7.x] Appeased flake8. | Aymeric Augustin | |
| Backport of b1432bfc from master | |||
| 2014-05-08 | [1.7.x] Fixed #22476: Couldn't alter attributes on M2Ms with through= set | Andrew Godwin | |
| 2014-05-07 | [1.7.x] Fixed #22581: Pass default values for schema through get_db_prep_save() | Andrew Godwin | |
| 2014-04-26 | [1.7.x] Fix many many typos in comments throughout the codebase | Alex Gaynor | |
| Backport of 2bcb8bfc8d from master | |||
| 2014-03-24 | [1.7.x] Fixed #22293 -- Avoided renaming many-to-many tables to themselves. | Daniel Hahler | |
| Fixed this for both implementations of _alter_many_to_many, instead of in `alter_db_table` itself (more implementations). Backport of 1edfa155e3 from master | |||
| 2014-03-08 | Fixed #22183: Through M2Ms now correctly handled | Andrew Godwin | |
| 2014-02-02 | Ensure cursors are closed when no longer needed. | Michael Manfre | |
| This commit touchs various parts of the code base and test framework. Any found usage of opening a cursor for the sake of initializing a connection has been replaced with 'ensure_connection()'. | |||
| 2014-01-25 | Fixed a failing schema assertion. | Simon Charette | |
| BooleanFields are stored as TINYINT(1) on MySQL. | |||
| 2014-01-25 | Fixed #21783: More SQLite default fun with nulls. | Andrew Godwin | |
| 2014-01-20 | Fixed two test failures under Oracle | Shai Berger | |
| 2014-01-19 | Fixed #21783: Use defaults for adding NOT NULL on sqlite | Andrew Godwin | |
| 2013-12-27 | Fixed #21692 -- Quote table name when creating it. | Ramiro Morales | |
| 2013-12-11 | Fix altering of SERIAL columns and InnoDB being picky about FK changes | Andrew Godwin | |
| 2013-11-25 | flake8 fix | Alex Gaynor | |
| 2013-11-25 | Fixed test failure on Oracle | Shai Berger | |
| Failure was introduced with test in [19e5cd77f0536b778b00788e34d8199835143855] | |||
| 2013-11-24 | Fixed #21497 -- Forced conversion to bytes for very long index names | Joel Bohman | |
| 2013-11-03 | Fixed all E251 violations | Alex Gaynor | |
| 2013-10-19 | Removed unused local variables in tests. | Tim Graham | |
| 2013-09-24 | Fixed #21151 -- Bad cleanup in schema M2M repoint test | Andrew Godwin | |
| 2013-09-06 | Fixed #21029: Test for previously-commited SchemaEditor.__exit__ bug. | Andrew Godwin | |
| 2013-09-03 | Removed references to django.utils.unittest which is PendingDeprecation | Tim Graham | |
| 2013-08-30 | Fixed #21005 -- Made schema tests language-independent | Claude Paroz | |
| Thanks Simon Charette for the review. | |||
| 2013-08-30 | Fixed #20989 -- Removed useless explicit list comprehensions. | Simon Charette | |
| 2013-08-23 | Fix some small errors in the tests | Andrew Godwin | |
| 2013-08-19 | Add more stringent M2M tests and fix the bug they exposed | Andrew Godwin | |
| 2013-08-13 | Oracle schema backend, passes most tests and is pretty complete. | Andrew Godwin | |
| 2013-08-11 | Support index_together during model creation | Andrew Godwin | |
| 2013-07-02 | Make get_constraints return columns in order | Andrew Godwin | |
| 2013-07-02 | Fix index_together test | Andrew Godwin | |
| 2013-07-02 | Support for index_together in schema backends | Andrew Godwin | |
| 2013-07-02 | Fix M2M interaction with transactions | Andrew Godwin | |
| 2013-06-19 | First stab at some migration creation commands | Andrew Godwin | |
| 2013-05-29 | Start adding operations that work and tests for them | Andrew Godwin | |
| 2013-05-18 | More conversion to a ContextManager schema_editor | Andrew Godwin | |
| 2013-05-09 | Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache | Andrew Godwin | |
| 2013-04-19 | Fix schema editor interaction with new transactions | Andrew Godwin | |
| 2013-04-18 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/backends/__init__.py django/db/backends/mysql/base.py django/db/backends/oracle/base.py django/db/backends/oracle/creation.py django/db/backends/postgresql_psycopg2/base.py django/db/backends/sqlite3/base.py django/db/models/fields/related.py | |||
