summaryrefslogtreecommitdiff
path: root/django/db/models/fields
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.Julie Rymer2023-05-161-0/+2
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-2/+59
* Removed obsolete docstring from Field.db_returning.Lily Foote2023-05-101-4/+1
* Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...Orhan Hirsch2023-05-031-5/+4
* Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.Paul Brown2023-05-021-1/+1
* Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock2023-04-182-0/+19
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-182-0/+11
* Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak2023-03-281-0/+6
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-0/+3
* Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.David Wobrock2023-03-141-0/+3
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-4/+0
* Fixed #34192 -- Preserved callable storage when it returns default_storage.Matt Westcott2023-01-231-2/+3
* Refs #34233 -- Used @functools.cache.Nick Pope2023-01-181-1/+1
* Refs #31486 -- Removed ability to pass unsaved model instances to related fil...Mariusz Felisiak2023-01-171-11/+1
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-3/+19
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-282-0/+34
* Used allow_migrate_model() shortcut in Field._check_backend_specific_checks().Mariusz Felisiak2022-12-241-4/+1
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-0/+4
* Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette2022-12-012-2/+33
* Removed unnecessary ForeignKey.get_reverse_path_info().Mariusz Felisiak2022-11-181-16/+0
* Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.Simon Charette2022-11-151-5/+14
* Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen2022-11-091-0/+44
* Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen2022-11-081-0/+38
* Refs #33374 -- Adjusted full match condition handling.Simon Charette2022-11-071-9/+0
* Refs #33308 -- Improved adapting DecimalField values to decimal.Florian Apolloner2022-11-071-2/+4
* Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord2022-11-042-4/+5
* Used more augmented assignment statements.Nick Pope2022-10-312-6/+6
* Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak2022-09-301-24/+2
* Fixed #33966 -- Added support for using KeyTextTransform from lookup.Allen Jonathan David2022-09-161-0/+13
* Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and ...DevilsAutumn2022-09-091-2/+1
* Refs #26780 -- Made prefetch_related() don't use window expressions fo sliced...Mariusz Felisiak2022-09-061-5/+14
* Fixed #29799 -- Allowed registering lookups per field instances.Allen Jonathan David2022-09-021-1/+1
* Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...Mohamed Karam2022-08-271-10/+11
* Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved in...David Wobrock2022-08-271-9/+8
* Fixed typo in django/db/models/fields/files.py comment.Jan Pieter Waagmeester2022-08-251-1/+1
* Refs #26511 -- Fixed json.KeyTextTransform() on MySQL/MariaDB.Mariusz Felisiak2022-08-181-0/+12
* Fixed #26780 -- Added prefetch_related() support for sliced queries.Simon Charette2022-08-151-7/+26
* Refs #28333 -- Added partial support for filtering against window functions.Simon Charette2022-08-151-0/+1
* Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.Nick Pope2022-07-272-9/+12
* Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoric...Mariusz Felisiak2022-07-261-4/+31
* Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin.David Wobrock2022-07-071-31/+4
* Updated source translation catalogs.Mariusz Felisiak2022-05-171-2/+2
* Fixed #33413 -- Made migrations propage collations to related fields.David Wobrock2022-05-021-1/+6
* Refs #33413 -- Added collation to CharField/TextField's db_parameters.David Wobrock2022-04-291-0/+10
* Refs #31223 -- Added __class_getitem__() to ForeignKey.Collin Anderson2022-04-221-0/+3
* Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce2022-04-061-0/+18
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-1/+1
* Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...Sage Abdullah2022-03-151-10/+16
* Fixed #31486 -- Deprecated passing unsaved objects to related filters.Albert Defler2022-02-251-0/+12
* Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...Albert Defler2022-02-221-0/+24