index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
fields
Age
Commit message (
Expand
)
Author
2019-07-25
Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...
Jon Dufresne
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-21
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-05-21
Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.
Rob
2019-05-13
Fixed #30436 -- Added check that on_delete is callable in ForeignKey and OneT...
Rob
2019-05-07
Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the fi...
Tobias Kunze
2019-05-02
Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.
Mykola Kokalko
2019-04-29
Simplified Field.contribute_to_class().
Jon Dufresne
2019-04-19
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...
Scott Fitsimones
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-04-16
Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...
Vinny Do
2019-04-15
Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...
Mariusz Felisiak
2019-04-14
Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...
Mariusz Felisiak
2019-03-25
Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...
Hasan Ramezani
2019-03-04
Fixed #30232 -- Corrected expected format in invalid DurationField error mess...
avas9366
2019-02-21
Refs #19544 -- Added a fast path for through additions if supported.
Simon Charette
2019-02-21
Refs #19544 -- Ignored auto-created through additions conflicts if supported.
Simon Charette
2019-02-21
Refs #19544 -- Extracted ManyRelatedManager.add() missing ids logic to a method.
Simon Charette
2019-01-30
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
Joshua Cannon
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-16
Refs #9475 -- Simplified dictionary unpacking.
Simon Charette
2019-01-15
Refs #9475 -- Fixed typo, used unpacking generalization, and made through_def...
Nick Pope
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2019-01-14
Removed unnecessary string formatting of strings.
Jon Dufresne
2019-01-11
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-11-30
Fixed #30001 -- Marked UUIDField.description for translation.
Prabakaran Kumaresshan
2018-11-23
Refs #23801 -- Made integer field max_length warning show correct field type.
Nick Pope
2018-11-23
Removed redundant BigIntegerField.empty_strings_allowed (already inherited).
Nick Pope
2018-11-17
Refs #29908 -- Optimized known related objects assignment.
Simon Charette
2018-11-14
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
Hasan Ramezani
2018-11-08
Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...
Simon Charette
2018-10-24
Fixed #29869 -- Made UUIDField.to_python() convert integers.
Sanyam Khurana
2018-10-22
Fixed #27595 -- Made ForeignKey.get_col() follow target chains.
Simon Charette
2018-10-15
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...
oliver
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-08-28
Refs #27795 -- Removed force_bytes()/smart_text() from model fields.
Jon Dufresne
2018-08-22
Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.
Franck Michea
2018-08-01
Simplified comment in BooleanField.to_python().
Tim Graham
2018-06-25
Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().
Alexandr Tatarinov
2018-05-29
Refs #28748 -- Reallowed lazy model field choices.
Tim Graham
2018-05-14
Refs #28834 -- Moved ancestor field cached value fallback to related fields d...
Paulo
2018-05-10
Fixed #27629 -- Added router.allow_relation() calls for assignments between u...
Stefan R. Filipek
2018-04-20
Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...
orlnub123
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-03-20
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-03
Added model name to AutoField error message.
Almad
2018-02-20
Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField.
Oliver Sauder
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
[prev]
[next]