summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2014-02-06Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok
2014-02-05Fix pep8 violation in migration template.Marc Tamlyn
2014-02-04Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-02-02Make mysql's CursorWrapper a contextmanager.Michael Manfre
2014-02-02Removed an unused import which snuck in.Alex Gaynor
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-02-02Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre
2014-01-30Made Oracle introspect FloatFields correctlyShai Berger
2014-01-29Made Oracle introspect boolean fieldsShai Berger
2014-01-28Fixed #21883 -- Added six.moves.xrange importAnssi Kääriäinen
2014-01-28Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...Loic Bistuer
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-27Fixed #21872: Not detecting dependencies from M2M fieldsAndrew Godwin
2014-01-26Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-25Unroll choices iterators in field deconstructionAndrew Godwin
2014-01-25Fixed #21783: More SQLite default fun with nulls.Andrew Godwin
2014-01-24Fix soft-apply detection of migrations with dependenciesAndrew Godwin
2014-01-24Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
2014-01-22Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann
2014-01-21Corrected problem with MySQL checks handler and related fields.Russell Keith-Magee
2014-01-20Use date_extract_sql() for DateFieldsAnssi Kääriäinen
2014-01-20Fixed regex lookup on OracleAnssi Kääriäinen
2014-01-20Fixed Oracle in lookup when more than 1000 paramsAnssi Kääriäinen
2014-01-20Removed an inactive system check for upload_to.Russell Keith-Magee
2014-01-19Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Fixed #21290: Documented migration serializing and improved errorAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-19Fixed #21786: Bad behaviour when mixins + abstract bases for migrationsAndrew Godwin
2014-01-19Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin
2014-01-19Merge pull request #1681 from loic/migrations.formatAndrew Godwin
2014-01-20Fixed #21323 -- Improved readability of serialized Operation.Loic Bistuer
2014-01-19Fix unicode default input on py3Andrew Godwin
2014-01-19Fixed #21783: Use defaults for adding NOT NULL on sqliteAndrew Godwin
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-19Fixed Oracle query failures caused by lookup refactorAnssi Kääriäinen
2014-01-18Fixed #21821 -- db_type argument for field_cast_sqlAnssi Kääriäinen
2014-01-18Fixed #21794 -- Adjusted warning for abstract models.Aymeric Augustin
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-17Fixed #21785: Bad handling of both auto_now and _add on deconstructAndrew Godwin
2014-01-16Fixed #21784: Correctly decode stdin input for migration defaultsAndrew Godwin
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-12Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2014-01-08Changed parent class calls to super in Field subclassesmaurycyp
2014-01-05Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin