summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-06-20[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ...Loïc Bistuer
2016-06-18[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.Tim Graham
2016-06-17[1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode arg...Tim Graham
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-07[1.10.x] Fixed typos in db/models/fields/related_descriptors.pyPaulo
2016-06-04[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField tha...Tim Graham
2016-06-03[1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database ...mieciu
2016-06-02[1.10.x] Fixed #26686 -- Fixed crash when registering model signals with abst...Alex Hill
2016-06-02[1.10.x] Fixed #26642 -- Made ModelSignal.disconnect() work with lazy referen...Alex Hill
2016-05-31[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its resul...Simon Charette
2016-05-30[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's thro...Vytis Banaitis
2016-05-28[1.10.x] Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on...Tim Graham
2016-05-26[1.10.x] Fixed #26647 -- Included the state of all applied migrations when mi...Simon Charette
2016-05-19Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()Alex Hill
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2016-05-19Fixed some newlines in imports per isort.Tim Graham
2016-05-19Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects.darius BERNARD
2016-05-18Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.Marti Raudsepp
2016-05-18Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make...Barthelemy Dagenais
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton
2016-05-18Refs #25774 -- Made Oracle truncate microseconds if USE_TZ=False.Josh Smeaton
2016-05-17Fixed #26613 -- Made sqlite3 optional in SchemaEditor.quote_value().Philip Liberato
2016-05-17Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_s...boaz85@gmail.com
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-16Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal
2016-05-15Fixed #24100 -- Made the migration signals dispatch its plan and apps.Simon Charette
2016-05-14Removed unused code in AlterField.database_forwards().Tim Graham
2016-05-14Removed redundant code in QuerySet._batched_insert().Tim Graham
2016-05-13Refs #24201 -- Ignored order_with_respect_to private fields in migrations.Simon Charette
2016-05-11Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().Tim Graham
2016-05-11Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard
2016-05-09Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...Iacopo Spalletti
2016-05-08Replaced `six.callable` with `callable`.Ville Skyttä
2016-05-08Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki
2016-05-07Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditorMarkus Holtermann
2016-05-04Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...Markus Holtermann
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-05-03Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.Simon Charette
2016-05-03Refs #16508 -- Made Model.__init__() aware of virtual fields.Michal Petrucha
2016-05-02Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.Tim Graham
2016-04-30Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-29Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...Joshua Phillips
2016-04-28Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.Simon Charette
2016-04-27Refs #26521 -- Added the duplicated value to CreateModel validation messages.Simon Charette
2016-04-27Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.James Robert
2016-04-25Refs #22936 -- Removed unused code in Field.get_db_prep_lookup().Tim Graham