index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-05-19
Fixed #24818 -- Prevented models.CharField from accepting a string as max_length
Alasdair Nicol
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-12
Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable
Abhaya Agarwal
2015-05-12
Fixed #24156 -- Fixed inherited related name of ManyToManyField.
Andriy Sokolovskiy
2015-05-11
Removed redundant removal of hyphens in UUIDField.
Matt Robenolt
2015-05-06
Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python()
Pradeek
2015-04-20
Fixed #22394 -- Refactored built-in datetime lookups to transforms.
Jon Dufresne
2015-03-26
Fixed #24505 -- Fixed clash with hidden m2m fields.
Marco Fucci
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
Renamed ForeignObject.related_field to target_field
Anssi Kääriäinen
2015-03-25
Removed field.field check in setup_joins()
Anssi Kääriäinen
2015-03-25
Refs #24267 -- Implemented lookups for related fields
Anssi Kääriäinen
2015-03-24
Fixed #24483 -- Prevented keepdb from breaking with generator choices.
David Szotten
2015-03-23
Fixed #23697 -- Improved ForeignObject.get_lookup_constraint() error message.
Michael Blatherwick
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-02-23
Fixed #24381 -- removed ForeignObjectRel opts and to_opts
Anssi Kääriäinen
2015-02-21
Fixed #24376 -- added verbose_name arg to UUIDField
Michael Angeletti
2015-02-20
Fixed typo in django/db/models/fields/files.py comment.
Don Kirkby
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-20
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-16
Reworked docstrings and comments in related.py.
Loic Bistuer
2015-02-16
Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptor
Loic Bistuer
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-13
Fixed #24319 -- Added validation for UUID model field
Josh Smeaton
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
[next]