summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2016-04-03Fixed #26075 -- Added clearer wording for one-off values in makemigrationsSusan Tan
2016-04-03Fixed #26441 -- Added model Field.db_check() methodMarkus Holtermann
2016-04-03Fixed #26443 -- Corrected timezone.now in MigrationQuestioner promptIacopo Spalletti
2016-03-30Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...Akshesh
2016-03-29Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...Alex Hill
2016-03-29Fixed #24932 -- Added Cast database function.Claude Paroz
2016-03-29Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().Kai Feldhoff
2016-03-28Fixed #26413 -- Fixed a regression with abstract model inheritance and explic...Simon Charette
2016-03-28Sorted single letter imports per the latest version of isort.Tim Graham
2016-03-28Avoided need to import model fields in models/functions.py.Claude Paroz
2016-03-28Normalized Func.as_sqlite() signature.Tim Graham
2016-03-23Fixed #26398 -- Made FieldFile.open() respect its mode argument.Alexey Kotlyarov
2016-03-23Fixed #25388 -- Added an option to allow disabling of migrations during test ...Berker Peksag
2016-03-21Refs #25759 -- Fixed some Funcs to work if different database backends are used.Kai Feldhoff
2016-03-19Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a su...Jason Parrott
2016-03-19Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz
2016-03-18Merge pull request #6310 from apollo13/informixAndrew Godwin
2016-03-18Pass type to sql_alter_column*.Florian Apolloner
2016-03-17Refs #26367 -- Removed obsolete _size cache on FieldField.Tim Graham
2016-03-15Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann
2016-03-14Fixed #26140 -- Suppressed MySQL warning when inserting binary contentClaude Paroz
2016-03-12Fixed a few docstring typos.Noenglish Professorbut
2016-03-10Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
2016-03-10Fixed #26342 -- Prevented unpacking when repr a NodeNotFoundErrorJarek Glowacki
2016-03-05Refs #19527 -- Fixed SQL compiler regression causing Oracle failure.Tim Graham
2016-03-03Fixed #26316 -- Factored duplicated code in model/field migration operations.Akshesh
2016-03-02Fixed #26226 -- Made related managers honor the queryset used for prefetching...Simon Charette
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2016-03-02Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot
2016-03-02Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel
2016-02-29Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette
2016-02-29Removed unused 'Between' lookup.Adam Chainz
2016-02-27Fixed #26230 -- Made default_related_name affect related_query_name.chenesan
2016-02-26Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)Attila Tovt
2016-02-26Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz
2016-02-26Fixed #24793 -- Unified temporal difference support.Simon Charette
2016-02-26Fixed #24653 -- Fixed MySQL database introspection when using read_default_file.zshimanchik
2016-02-26Fixed #25811 -- Added a helpful error when making _in queries across differen...Edwar Baron
2016-02-25Fixed #26151 -- Refactored MigrationWriter.serialize()Yoong Kang Lim
2016-02-25Fixed #26117 -- Consulted database routers in initial migration detection.Scott Sexton
2016-02-18Fixed #26233 -- Fixed invalid reSt in models.Q docstring.Tim Graham
2016-02-17Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-12Updated allow_migrate() signature in check framework testsMarkus Holtermann
2016-02-11Fixed #26196 -- Made sure __in lookups use to_field as default.Anssi Kääriäinen
2016-02-11Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...ZachLiuGIS
2016-02-11Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...Anssi Kääriäinen
2016-02-10Fixed #26154 -- Deprecated CommaSeparatedIntegerFieldBrobin
2016-02-08Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette
2016-02-08Refs #24007 -- Removed an apps.populate() call in model unpickling that can c...Tim Graham