summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2015-10-14Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham
2015-10-12Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
2015-10-12Refs #18012 -- Removed the now unused proxied_children model option.Simon Charette
2015-10-12Refs #18012 -- Made proxy and concrete model reverse fields consistent.Simon Charette
2015-10-12Fixed #23076, #25505 -- Fixed deletion of intermediate proxy models.Simon Charette
2015-10-12Refs #18012 -- Removed special casing for proxy models deletion.Simon Charette
2015-10-12Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette
2015-10-10Fixed #24687 -- Added select_related() validation for nested non-relational f...Tim Graham
2015-10-09Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on ...Tim Graham
2015-10-09Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.Tim Graham
2015-10-06Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.Mariusz Felisiak
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-10-06Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-10-05Removed obsolete (since Python 2.3) __safe_for_unpickling__ attribute.Tim Graham
2015-10-01Fixed #21042 -- Allowed accessing FileDescriptor on the model class.Tim Graham
2015-09-26Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak
2015-09-25Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä
2015-09-24Removed unused Aggregate.input_field.Tim Graham
2015-09-24Refs #14030 -- Removed more backwards compatiblity for old-style aggregates.Tim Graham
2015-09-23Refs #21414 -- Removed Field.related per deprecation timeline.Tim Graham
2015-09-23Refs #14030 -- Removed backwards compatiblity for old-style aggregates.Tim Graham
2015-09-23Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham
2015-09-23Removed SQLCompiler.__call__() per deprecation timeline.Tim Graham
2015-09-23Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham
2015-09-23Removed SubfieldBase per deprecation timeline.Tim Graham
2015-09-23Refs #24351 -- Removed support for the old allow_migrate() signature per depr...Tim Graham
2015-09-23Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion.Benjamin Wohlwend
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-21Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin
2015-09-21Documented "rel objects".Aymeric Augustin
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-09-21Added comments in related instances descriptors.Aymeric Augustin
2015-09-21Documented related models descriptors.Aymeric Augustin
2015-09-21Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-09-19Fixed #25296 -- Prevented model related object cache pollution when create() ...Raphael Merx
2015-09-19Fixed #25160 (again) -- Moved data loss check on reverse relations.Aymeric Augustin
2015-09-19Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann
2015-09-18Fixed #25417 -- Added a field check for invalid default values.Simon Charette
2015-09-18Fixed #24636 -- Added model field validation for decimal places and max digits.Iulia Chiriac
2015-09-18Refs #17785 -- Made docstring for sqlite3's get_relations() consistent with o...Hynek Cernoch
2015-09-17Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin
2015-09-17Removed the unused JoinPromoter.outer_votes attribute.Simon Charette
2015-09-17Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.Tim Graham
2015-09-14Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').Adam Chainz
2015-09-14Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...Ville Skyttä
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-12Refs #24919 -- Raised more helpful error message for disabled migrationsMarkus Holtermann
2015-09-12Fixed #24919 -- Allowed disabling of migrations on a per app basisMarkus Holtermann
2015-09-11Fixed #25329 -- Prevented _nodb_connection from being left openAdam Chainz