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-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
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 #23420 - broken warning for unbound naive datetime objects
Andy Chosak
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-05
Removed code that assumed BooleanField could be null.
Tim Graham
2014-08-04
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
Stanislas Guerra
2014-08-03
Added missing logic to TimeField.deconstruct().
Baptiste Mispelon
2014-08-03
Fixed #23156 -- Added missing BinaryField.deconstruct() method.
Baptiste Mispelon
2014-08-01
Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..
Mitar
2014-07-30
Fixed #23112 -- Field.get_choices tries to index an iterable
areski
2014-07-27
Fixed #23098 -- Checked that lazy choices are not evaluated too soon
Florian Apolloner
2014-07-26
Fixed #22887 -- Added comment for translators on unique_for_date error message
Federico Frenguelli
2014-07-04
Fixed #20631 -- Increased the default EmailField max_length to 254.
Tim Graham
2014-05-16
Fixed #21905 -- Add info message if DateField or TimeField use a fixed value
Markus Holtermann
2014-05-16
Refs #21798 - Modified error number to provide room for future expansion.
Russell Keith-Magee
2014-05-16
Fixed #21798 -- Added check for DateTime mutually exclusive options
Daniel Pyrathon
2014-05-06
Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
2014-04-21
Fixed queries that may return unexpected results on MySQL due to typecasting.
Erik Romijn
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-03-26
Fixed the PostGIS circular imports caused by 1506c71a95.
Simon Charette
2014-03-25
Fixed field deconstruction tests failures introduced by 1506c71a95.
Simon Charette
2014-03-25
Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-14
Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.
Baptiste Mispelon
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
2014-03-04
Fixed typo in internal CharField method
Chris Wilson
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-10
Fixed #17673 -- Forbid field shadowing.
Christopher Medrela
[next]