summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
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
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-09-09Changed database connection duplication technique.Aymeric Augustin
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-07Refs #24215 -- Improved error message for unhandled lazy model operations.Alex Hill
2015-09-07Fixed typos in django/db/models/query.py docstrings.Nick Pope
2015-09-05Updated references to the TEST_* database settings.Aymeric Augustin
2015-09-05Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.Tim Graham
2015-09-03Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...sarthakmeh
2015-09-03Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an i...Gavin Wahl
2015-09-01Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.Tim Graham
2015-09-01Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-08-31Fixed #25252 -- Added friendly error message on incorrect .select_related() useY3K
2015-08-27Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill
2015-08-27Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann
2015-08-27Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann
2015-08-26Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.Jeremy Satterfield
2015-08-25Fixed #14217 -- Added validation for field name collision when using model in...sarthakmeh
2015-08-20Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham
2015-08-15Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede
2015-08-15Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova
2015-08-15Fixed #25064 -- Allowed empty join columns.Alex Hill
2015-08-14Made Options.get_base_chain() always return a list.Valentina Mukhamedzhanova
2015-08-14Fixed #25239 -- Corrected makemigrations numbering if a migration has a numbe...Caio Ariede