summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2015-05-17Removed global timezone-aware datetime adapters.Aymeric Augustin
2015-05-17Normalized the implementation of get_db_converters.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime converters.Aymeric Augustin
2015-05-16Removed redundant list() calls.Tim Graham
2015-05-15Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz
2015-05-15Fixed #24757 -- Recreated MySQL index when needed during combined index removalClaude Paroz
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-13Fixed #24742 -- Made runserver.check_migrations ignore read-only databasesClaude Paroz
2015-05-12Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callableAbhaya Agarwal
2015-05-12Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy
2015-05-11Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queriesAnssi Kääriäinen
2015-05-11Fixed #24766 -- Added join promotion for Case expressionsAnssi Kääriäinen
2015-05-11Removed redundant removal of hyphens in UUIDField.Matt Robenolt
2015-05-08Fixed #24758 -- Corrected Options.get_fields() docstring.Tim Graham
2015-05-06Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python()Pradeek
2015-05-05Fixed #24752 -- query crash when reusing Case expressionsAnssi Kääriäinen
2015-05-04Allowed using the sqlite3 backend as much as possible without _sqlite3.Milan Broum
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-05-02Moved migration exception classes to shared moduleMarkus Holtermann
2015-04-30Fixed #24725 -- Allowed renaming of target models in ManyToMany relationsMarkus Holtermann
2015-04-28Fixed #24719 -- Restored the ability to use interators as queryset related ob...Aric Coady
2015-04-25Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.Tim Graham
2015-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2015-04-25Fixed #24701 -- Converted model manager names to unicode in migrationsMarkus Holtermann
2015-04-21Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann
2015-04-21Refs #24354 -- Prevented repointing of relations on superclasses when migrati...Matthew Wilkes
2015-04-20Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-04-20Fixed #24654 -- Based ordering circular references detection on columns.Simon Charette
2015-04-20Fixed #22394 -- Refactored built-in datetime lookups to transforms.Jon Dufresne
2015-04-20Refs #24397 -- Sped up model reloading in ProjectState.Marten Kenbeek
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-04-18Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz
2015-04-17Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-04-16Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen
2015-04-16Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen
2015-04-14Fixed #24277 -- Added exception when dict used in QuerySet filteringAlex Wilson
2015-04-14Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell
2015-04-13Fixed #24611 -- Fixed update() crash with related UUID pk object.Jay Wineinger
2015-04-10Fixed #24514 -- Made migration writer omit models import if it's unused.Christopher Luc
2015-04-09Fixed #24609 -- Made ConcatPair use CONCAT_WS() on MySQLAdam Chainz
2015-04-09Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.Tim Graham
2015-04-07Fixed #24513 -- Made sure a model is only rendered once during reloadsPatryk Zawadzki
2015-04-06Fixed #24584 -- Fixed microsecond handling with older MySQLdbJon Dufresne
2015-04-05Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek
2015-04-05Refs #24278 -- Allowed multi-line serializations in OperationWriter.Marten Kenbeek
2015-04-03Cleaned up use of context manager in SQLite schema editorAlex Hill
2015-04-02Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon
2015-04-01Refs #24554 -- Prevented rendering of unused migrationsMarkus Holtermann
2015-04-01Fixed #24554 -- Sped up migrations by rendering initial apps when they are fi...Markus Holtermann
2015-03-30Removed duplicate attribute in MySQL DatabaseSchemaEditor.Andriy Sokolovskiy