summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2017-06-01[1.11.x] Fixed #28242 -- Moved ImageField file extension validation to the fo...Manatsawin Hanmongkolchai
2017-05-19[1.11.x] Fixed #28210 -- Fixed Model._state.adding on MTI parent model after ...Tim Graham
2017-05-11[1.11.x] Fixed #28188 -- Fixed crash when pickling model fields.Tim Graham
2017-05-05[1.11.x] Fixed #28175 -- Fixed __in lookups on a foreign key when using the f...Tim Graham
2017-05-03[1.11.x] Fixed #28166 -- Fixed Model._state.db on MTI parent model after savi...Tim Graham
2017-04-10[1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name ...Tim Graham
2017-03-23[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...Kapil Garg
2017-02-20[1.11.x] Fixed typo in DurationField's docstring.Alexey Rogachev
2017-02-10[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila
2016-12-30Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...Andrew Nester
2016-12-28Fixed #27651 -- Allowed M2M to concrete and proxy through model.Tim Graham
2016-12-23Refs #18823 -- Corrected field name in an m2m manager error message.Andrey Kuzminov
2016-12-20Removed unneeded values in NullBooleanField.formfield().Tim Graham
2016-12-15Optimized Model instantiation a bit.Adam Chainz
2016-12-14Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.Morgan Aubert
2016-12-07Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...InvalidInterrupt
2016-11-30Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.Lex Berezhny
2016-11-29Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...Henry Dang
2016-11-25Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-31Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.Tim Graham
2016-10-28Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott
2016-10-28Fixed #20939 -- Simplified query generation by converting QuerySet to Query.Tim Graham
2016-10-26Fixed #27334 -- Allowed FileField to move rather than copy a file.Adam Chidlow
2016-09-22Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...Jani Tiainen
2016-09-16Fixed #27235 -- Removed some usage of mutable default arguments.Chris Lamb
2016-09-09Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-08-11Fixed #26891 -- Fixed lookup registration for ForeignObject.Ryan P Kilby
2016-08-09Fixed #13809 -- Made FieldFile.open() respect its mode argument.Chris Sinchok
2016-08-05Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim
2016-08-04Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_fieldClaude Paroz
2016-07-30Refs #25550 -- Corrected deprecation message for assigning M2M relations.Tim Graham
2016-07-21Refs #26796 -- Fixed ManyToManyField's limit_choices_to warning without a thr...Kevan Swanberg
2016-07-16Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham
2016-07-12Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.Andrey Fedoseev
2016-07-11Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.Julien Hartmann
2016-07-08Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...Anderson Resende
2016-06-30Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag
2016-06-28Fixed #26786 -- Avoided redundant max value validators on integer fields.Eduard Stepanov
2016-06-27Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...Ben Demboski
2016-06-17Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."Tim Graham
2016-06-13Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.Jon Dufresne
2016-06-10Fixed #12810 -- Added a check for clashing ManyToManyField.db_table names.Berker Peksag
2016-06-09Fixed #26648 -- Added a system check for invalid related_query_name's contain...Michal Petrucha
2016-06-09Replaced a hardcoded LOOKUP_SEP in models/fields/__init__.pyMichal Petrucha
2016-06-09Fixed #26718 -- Added system check for existence of the fields specified by F...Sergey Fedoseev
2016-06-07Fixed typos in db/models/fields/related_descriptors.pyTim Graham
2016-06-07Fixed typo in db/models/fields/related_descriptors.pyPaulo