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
Age
Commit message (
Expand
)
Author
2017-05-11
Fixed #28188 -- Fixed crash when pickling model fields.
Tim Graham
2017-05-09
Fixed #28164 -- Improved float conversions in DecimalField.to_python
Claude Paroz
2017-05-05
Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign ke...
Tim Graham
2017-05-03
Fixed #28166 -- Fixed Model._state.db on MTI parent model after saving child ...
Tim Graham
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-25
Refs #20939 -- Removed the Query._forced_pk hack.
Simon Charette
2017-04-24
Fixed #28120 -- Checked that CharField.max_length is not a boolean.
Carles Pina Estany
2017-04-10
Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneT...
Tim Graham
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-03-23
Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields ...
Kapil Garg
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-28
Removed obsolete references to form_for_instance().
Tim Graham
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-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 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
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
2017-01-17
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
Tim Graham
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 #25550 -- Removed support for direct assignment to the reverse side of a...
Tim Graham
2017-01-17
Refs #24716 -- Removed Field._get_val_from_obj() per deprecation timeline.
Tim Graham
2017-01-17
Refs #24215 -- Removed add_lazy_relation() per deprecation timeline.
Tim Graham
2017-01-17
Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.
Tim Graham
2017-01-17
Removed Field.rel and Field.remote_field.to per deprecation timeline.
Tim Graham
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-28
Fixed #27651 -- Allowed M2M to concrete and proxy through model.
Tim Graham
2016-12-23
Refs #18823 -- Corrected field name in an m2m manager error message.
Andrey Kuzminov
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-12-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-11-30
Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.
Lex Berezhny
2016-11-29
Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...
Henry Dang
2016-11-25
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
[prev]
[next]