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
2017-03-11
Fixed #27904 -- Added a system check that Field.validators are callable.
Adam Chainz
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-20
Fixed typo in DurationField's docstring.
Alexey Rogachev
2017-02-10
Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-02-10
Allow UUIDField to be None when deserializing
ClairePhila
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #16508 -- Removed virtual aliases of "private fields".
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #24716 -- Removed Field._get_val_from_obj() per deprecation timeline.
Tim Graham
2017-01-17
Removed Field.rel and Field.remote_field.to per deprecation timeline.
Tim Graham
2016-12-20
Removed unneeded values in NullBooleanField.formfield().
Tim Graham
2016-12-15
Optimized Model instantiation a bit.
Adam Chainz
2016-12-14
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
Morgan Aubert
2016-11-25
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-31
Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.
Tim Graham
2016-09-16
Fixed #27235 -- Removed some usage of mutable default arguments.
Chris Lamb
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-06-28
Fixed #26786 -- Avoided redundant max value validators on integer fields.
Eduard Stepanov
2016-06-13
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Jon Dufresne
2016-06-09
Replaced a hardcoded LOOKUP_SEP in models/fields/__init__.py
Michal Petrucha
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-02
Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.
Tim Graham
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-25
Refs #22936 -- Removed unused code in Field.get_db_prep_lookup().
Tim Graham
2016-04-25
Removed unused/untested Field.get_choices_default()/value_to_string() methods.
Tim Graham
2016-04-22
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-12
Refs #22936 -- Moved IntegerField.get_prep_lookup() logic to lookups.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-03
Fixed #26441 -- Added model Field.db_check() method
Markus Holtermann
2016-03-14
Fixed #26140 -- Suppressed MySQL warning when inserting binary content
Claude Paroz
2016-03-10
Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-12
Updated allow_migrate() signature in check framework tests
Markus Holtermann
2016-02-11
Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-02-10
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Brobin
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-04
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-10-27
Revert "Fixed #25417 -- Added a field check for invalid default values."
Simon Charette
[prev]
[next]