summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2014-06-07Fixed #22750, #22248: Model renaming now also alters field FKsAndrew Godwin
2014-06-07Removed usage of deprecated django.utils.importlib.Tim Graham
2014-06-07Fixed #22436: More careful checking on method ref'ce serializationAndrew Godwin
2014-06-07Fixed #17427 -- Removed dubious definition of connections equality.Aymeric Augustin
2014-06-07Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin
2014-06-06Fixed flake8 errors.Tim Graham
2014-06-06Merge pull request #2764 from gchp/ticket-20550Aymeric Augustin
2014-06-05Prevent operation pollution by later operations of fieldsAndrew Godwin
2014-06-05Rewrote migration autodetector to involve actual computer science.Andrew Godwin
2014-06-05Merge pull request #2736 from SmileyChris/migration-run_beforeAndrew Godwin
2014-06-06Replaced an explicit vendor check by a feature flag.Aymeric Augustin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2014-06-05Added a flag for the ability to introspect nullable fields.Aymeric Augustin
2014-06-02Fixed #22690 -- Added a check for proxy models containing fields.Craig de Stigter
2014-06-01Fixed #22744 -- Fixed sqlite3 get_relations introspection with viewsClaude Paroz
2014-06-01Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.Vincent-Vega
2014-06-01Fixed #22659 -- Prevent model states from sharing field instances.Simon Charette
2014-06-01Merge pull request #2726 from gchp/ticket-20550Aymeric Augustin
2014-05-30Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` packageMoayad Mardini
2014-05-29Implement Migration.run_beforeChris Beaven
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-28Simplified, very slightly, some code in the oracle backendAlex Gaynor
2014-05-28Merge pull request #2734 from valberg/double_order_troubleAndrew Godwin
2014-05-29Fixed #22720 -- Migrations attempt to create _order twice.Víðir Valberg Guðmundsson
2014-05-28Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-28Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3Shai Berger
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-22Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.Moayad Mardini
2014-05-22Made nested deconstruction support both forms of deconstruct()Marc Tamlyn
2014-05-21Merge pull request #2679 from ramiro/t22421Ramiro Morales
2014-05-21Fixed unused import.Loic Bistuer
2014-05-21Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...Loic Bistuer
2014-05-21Fixed #22650 -- Fixed regression on prefetch_related.Loic Bistuer
2014-05-20Revert "Fixed #22645: Allow apps with no models module to still have migrations"Andrew Godwin
2014-05-20Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.Andrew Godwin
2014-05-20Fixed #22649: Beefed up quote_valueAndrew Godwin
2014-05-20Merge pull request #2634 from loic/ticket22424Andrew Godwin
2014-05-20Add feature for implied null (needed for Firebird backend)Andrew Godwin
2014-05-20Fixed #22645: Allow apps with no models module to still have migrationsAndrew Godwin
2014-05-19Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."Marc Tamlyn
2014-05-18Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f.Florian Apolloner
2014-05-18Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...Loic Bistuer
2014-05-17Fixed #22421 -- Regression in fixtures loading.Ramiro Morales
2014-05-17Fixed #22626 -- Allow BinaryField defaults with SQlite.Raphaël Barrois
2014-05-17Fixed #22648 -- Transform.output_type should respect overridden custom_lookup...Marc Tamlyn
2014-05-17Merge pull request #2346 from Markush2010/ticket21905Florian Apolloner
2014-05-16Fixed typo.Tim Graham
2014-05-16Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger