Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/fields/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixed #25417 -- Added a field check for invalid d...Simon Charette2015-10-271-17/+0
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-164/+1
* Fixed #25417 -- Added a field check for invalid default v...Simon Charette2015-09-181-0/+17
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-0/+6
* Removed obsolete TODO about moving CommaSeparatedIntegerF...Tim Graham2015-09-011-1/+0
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-271-0/+7
* Fixed #25172 -- Fixed check framework to work with multip...Ion Scerbatiuc2015-08-131-2/+6
* Removed unused Field.get_flatchoices() method.Tim Graham2015-08-031-8/+0
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-1/+6
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-7/+13
* Sorted imports in __init__.py files.Tim Graham2015-06-271-18/+21
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+2
* Fixed #24859 -- Made QuerySet.get() with UUIDField raise ...Cole Maclean2015-06-071-7/+11
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-051-2/+5
* Fixed #24677 -- Made TextField.to_python() return a string.Rolo2015-06-041-2/+5
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-0/+16
* Fixed #24818 -- Prevented models.CharField from accepting...Alasdair Nicol2015-05-191-6/+2
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-5/+5
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-4/+4
* 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
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-9/+17
* Fixed #24483 -- Prevented keepdb from breaking with gener...David Szotten2015-03-241-12/+4
* Fixed #24376 -- added verbose_name arg to UUIDFieldMichael Angeletti2015-02-211-2/+2
* Fixed #24343 -- Ensure db converters are used for foreign...Marc Tamlyn2015-02-201-5/+5
* Fixed #24319 -- Added validation for UUID model fieldJosh Smeaton2015-02-121-2/+2
* Fixed #24302 -- Added DurationField.formfield()Tim Graham2015-02-091-0/+7
* Added UUIDField.deconstruct()Tim Graham2015-02-061-0/+5
* Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen2015-02-031-0/+11
* Fixed #24210 -- Cleaned up relational fields __init__().Loic Bistuer2015-01-271-4/+1
* 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
* 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-081-0/+22
* 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-071-3/+16
* Fixed #23861 -- Added an API to deprecate model fields.Tim Graham2015-01-051-13/+39
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-4/+3
* 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
* 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
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-3/+48
* Fixed #23941 -- Removed implicit decimal formatting from ...Josh Smeaton2014-12-121-1/+1
* Remove text-mangling of default values.Marc Tamlyn2014-12-091-1/+1
* Fixed #23801 -- Added warning when max_length is used wit...MattBlack852014-11-271-0/+17