summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
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
2014-05-16Fixed #21905 -- Add info message if DateField or TimeField use a fixed valueMarkus Holtermann
2014-05-16Fixed #18389 -- Fixed the way contribute_to_class is calledVlad Starostin
2014-05-16Refs #21798 - Modified error number to provide room for future expansion.Russell Keith-Magee
2014-05-16Fixed #21798 -- Added check for DateTime mutually exclusive optionsDaniel Pyrathon
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-15Fixed #20897 -- Added make_cursor() for consistent cursor creationTim Martin
2014-05-10Fixed #22508 -- Avoided overwriting select_related.Aymeric Augustin
2014-05-10Adjusted refactoring of vendor checks.Aymeric Augustin
2014-05-08Fixed #22325: Ignore __first__ dependencies to your own appAndrew Godwin
2014-05-08Fixed #22563: Ignore AUTH_USER_MODEL errors in from_stateAndrew Godwin
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-05-08Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-08Fixed #22476: Couldn't alter attributes on M2Ms with through= setAndrew Godwin