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
/
__init__.py
Age
Commit message (
Expand
)
Author
2015-10-27
[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."
Simon Charette
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-09-18
Fixed #25417 -- Added a field check for invalid default values.
Simon Charette
2015-09-18
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
2015-09-01
Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.
Tim Graham
2015-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-12
Fixed #25172 -- Fixed check framework to work with multiple databases.
Ion Scerbatiuc
2015-08-03
Removed unused Field.get_flatchoices() method.
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-06-06
Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.
Cole Maclean
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-04
Fixed #24677 -- Made TextField.to_python() return a string.
Rolo
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
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-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-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-24
Fixed #24483 -- Prevented keepdb from breaking with generator choices.
David Szotten
2015-02-21
Fixed #24376 -- added verbose_name arg to UUIDField
Michael Angeletti
2015-02-20
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-13
Fixed #24319 -- Added validation for UUID model field
Josh Smeaton
2015-02-09
Fixed #24302 -- Added DurationField.formfield()
Tim Graham
2015-02-05
Added UUIDField.deconstruct()
Tim Graham
2015-02-03
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
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-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
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 #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-09
Remove text-mangling of default values.
Marc Tamlyn
2014-11-26
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
[next]