Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/fields
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24105 -- Called Storage.get_valid_name() when uplo...Abhaya Agarwal2015-05-131-2/+7
* Fixed #24156 -- Fixed inherited related name of ManyToMan...Andriy Sokolovskiy2015-05-131-1/+1
* Removed redundant removal of hyphens in UUIDField.Matt Robenolt2015-05-111-1/+1
* Fixed #24708 -- Handled non-string values in GenericIPAdd...Pradeek2015-05-061-1/+6
* Fixed #22394 -- Refactored built-in datetime lookups to t...Jon Dufresne2015-04-201-24/+142
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-271-0/+6
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-107/+76
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-253-214/+253
* Renamed ForeignObject.related_field to target_fieldAnssi Kääriäinen2015-03-251-9/+9
* Removed field.field check in setup_joins()Anssi Kääriäinen2015-03-251-0/+10
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-252-62/+166
* Fixed #24483 -- Prevented keepdb from breaking with gener...David Szotten2015-03-241-12/+4
* Fixed #23697 -- Improved ForeignObject.get_lookup_constra...Michael Blatherwick2015-03-231-1/+6
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-2/+3
* Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen2015-02-231-14/+10
* Fixed #24376 -- added verbose_name arg to UUIDFieldMichael Angeletti2015-02-211-2/+2
* Fixed typo in django/db/models/fields/files.py comment.Don Kirkby2015-02-211-1/+1
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Fixed #24343 -- Ensure db converters are used for foreign...Marc Tamlyn2015-02-202-5/+19
* Reworked docstrings and comments in related.py.Loic Bistuer2015-02-161-61/+167
* Merged ManyRelatedObjectsDescriptor and ReverseManyRelate...Loic Bistuer2015-02-161-153/+80
* Fixed #24289 -- Reversed usage of Field.many_to_one and o...Loic Bistuer2015-02-131-4/+4
* Fixed #24319 -- Added validation for UUID model fieldJosh Smeaton2015-02-121-2/+2
* Refs #24215 -- Prevented pending lookup pollution by abst...Simon Charette2015-02-121-15/+16
* Fixed #24302 -- Added DurationField.formfield()Tim Graham2015-02-091-0/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-15/+16
* Added UUIDField.deconstruct()Tim Graham2015-02-061-0/+5
* Fix small regression caused by 71ada3a8e689a883b5ffdeb174...Loic Bistuer2015-02-051-8/+8
* Fixed #6707 -- Added RelatedManager.set() and made descri...Loic Bistuer2015-02-051-34/+68
* Removed EverythingNodeAnssi Kääriäinen2015-02-041-0/+1
* Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen2015-02-031-0/+11
* Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette2015-01-291-1/+1
* Removed ForeignObjectRel.get_lookup_constraint() [unused].Tim Graham2015-01-291-5/+0
* Fixed #24210 -- Cleaned up relational fields __init__().Loic Bistuer2015-01-272-76/+112
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-191-9/+4
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-2/+4
* Fixed #9893 -- Allowed using a field's max_length in the ...Pavel Shpilev2015-01-121-1/+16
* Move % addition to lookups, refactor postgres lookups.Marc Tamlyn2015-01-101-9/+3
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-082-5/+26
* Refs #2443 -- Allowed creation of objects with NULL Durat...Michał Modzelewski2015-01-071-0/+2
* Fixed #24078 -- Removed empty strings from GenericIPAddre...Josh Smeaton2015-01-071-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-072-45/+123
* Fixed #23861 -- Added an API to deprecate model fields.Tim Graham2015-01-051-13/+39
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-022-6/+5
* Fixed #23891 -- Moved deprecation of IPAddressField to sy...Tim Graham2015-01-011-3/+13
* Moved DatabaseCreation.data_types properties to DatabaseW...Tim Graham2014-12-311-3/+3
* Removed models.Field.bind() -- unused/undocumented since ...Tim Graham2014-12-231-3/+0
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-32/+106
* Refs #2443 -- Move the durationfield converter logic.Marc Tamlyn2014-12-231-0/+6
* Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn2014-12-231-1/+2