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
2015-02-12
Refs #24215 -- Prevented pending lookup pollution by abstract models.
Simon Charette
2015-02-09
Fixed #24302 -- Added DurationField.formfield()
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Added UUIDField.deconstruct()
Tim Graham
2015-02-05
Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.
Loic Bistuer
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-02-04
Removed EverythingNode
Anssi Kääriäinen
2015-02-03
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2015-01-29
Fixed #23940 -- Allowed model fields to be named `exact`.
Simon Charette
2015-01-29
Removed ForeignObjectRel.get_lookup_constraint() [unused].
Tim Graham
2015-01-27
Fixed #24210 -- Cleaned up relational fields __init__().
Loic Bistuer
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2015-01-10
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-07
Refs #2443 -- Allowed creation of objects with NULL DurationFields
Michał Modzelewski
2015-01-07
Fixed #24078 -- Removed empty strings from GenericIPAddressField
Josh Smeaton
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-05
Fixed #23861 -- Added an API to deprecate model fields.
Tim Graham
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-23
Removed models.Field.bind() -- unused/undocumented since at least 1.0.
Tim Graham
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-23
Refs #2443 -- Move the durationfield converter logic.
Marc Tamlyn
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-12
Fixed #23455 -- Accept either bytes or text for related_name, convert to text.
Carl Meyer
2014-12-12
Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...
Carl Meyer
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-09
Remove text-mangling of default values.
Marc Tamlyn
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-26
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
2014-11-26
Adjusted a comment to reflect some app refactor changes.
Simon Charette
2014-11-21
Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.
Simon Charette
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-12
Remove Field.get_validator_unique_lookup_type()
Tim Graham
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23420 - broken warning for unbound naive datetime objects
Andy Chosak
2014-10-19
Fixed #23684 -- Used correct package name for Pillow in Error hint.
Nicholas Serra
2014-10-08
Fixed #23611 -- update_or_create failing from a related manager
Loic Bistuer
2014-10-04
Fixed #22064 -- Add check for related_name
André Ericson
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-25
Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...
Markus Holtermann
2014-09-24
Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptor
Loic Bistuer
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
[prev]
[next]