summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2014-10-17Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when neededShai Berger
2014-10-16Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__Thomas Chaumeny
2014-10-16Fixed #23659 -- Kept annotate() args orderingClaude Paroz
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-10-09Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-10-08Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()Artem Rizhov
2014-10-08Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer
2014-10-04Fixed #22064 -- Add check for related_nameAndré Ericson
2014-10-02Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann
2014-09-29Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-27Fixed git blunder, refs #22738Shai Berger
2014-09-27Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger
2014-09-26Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz
2014-09-27Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.Loic Bistuer
2014-09-26Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt
2014-09-26Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz
2014-09-25Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...Markus Holtermann
2014-09-25Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-25Fixed #23415 -- Added fields for unmanaged and proxy model migrations.Markus Holtermann
2014-09-24Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...Tim Graham
2014-09-24Fixed #23426 -- Don't require double percent sign in RunSQL without parametersMarkus Holtermann
2014-09-24Fixed flake8 warnings.Tim Graham
2014-09-24Changed Oracle test-user creation to grant privileges instead of rolesShai Berger
2014-09-24Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptorLoic Bistuer
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-09-23Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz
2014-09-23Made get_table_list return a TableInfo named tupleClaude Paroz
2014-09-23Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-23Factored create_fk_sql, create_unique_sql, and delete_constraint_sql.Sergey Fedoseev
2014-09-19Fixed #23443 -- Corrected erroneous FieldError message.Thomas Chaumeny
2014-09-17Fixed #21775 -- Allowed customization of datafile for Oracle tablespaceJosh Smeaton
2014-09-16Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-15Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...valtron
2014-09-13Factorized create_index_sql expressionClaude Paroz
2014-09-12Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label.Carl Meyer
2014-09-12Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesSzilveszter Farkas
2014-09-10Corrected grammar in migrations error message.Markus Bertheau
2014-09-10Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.Markus Holtermann
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...Tim Graham
2014-09-08Updated links to point to dev documentation.Markus Holtermann
2014-09-08Fixed #23434 -- Coerce Oracle bool params to intJosh Smeaton
2014-09-08Fixed #22951 -- Checked for types during deep_deconstruct migration serializa...Andrew Pinkham
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-05 switch out recursive dfs for stack based approach, to avoid possibly hitting...Ben Reilly
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham