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
2016-06-04
[1.9.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that...
Tim Graham
2016-05-03
[1.9.x] Normalized "an SQL" spelling.
Ville Skyttä
2016-03-10
[1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
2016-02-29
[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...
Simon Charette
2016-02-11
[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-02-11
[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descri...
Anssi Kääriäinen
2016-02-08
Fixed #26162 -- Checked query name clashes of hidden relationships.
Simon Charette
2016-01-11
[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.
Simon Charette
2015-12-24
[1.9.x] Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-24
[1.9.x] Fixed #25981 -- Added need to update migrations to on_delete deprecat...
Luis San Pablo
2015-12-24
[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignOb...
Tomo Otsuka
2015-12-02
[1.9.x] Refs #25846 -- Added stacklevel to SubfieldBase warning.
Sergey Fedoseev
2015-11-14
[1.9.x] Fixed #25723 -- Made related field checks lookup against their local ...
Simon Charette
2015-10-27
[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."
Simon Charette
2015-10-19
[1.9.x] Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-10-14
[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-10-09
[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.
Tim Graham
2015-10-06
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...
Mariusz Felisiak
2015-09-21
Documented "rel objects".
Aymeric Augustin
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-09-21
Added comments in related instances descriptors.
Aymeric Augustin
2015-09-21
Documented related models descriptors.
Aymeric Augustin
2015-09-21
Fixed #22341 -- Split django.db.models.fields.related.
Aymeric Augustin
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-09-19
Fixed #25160 (again) -- Moved data loss check on reverse relations.
Aymeric Augustin
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-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-01
Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.
Tim Graham
2015-09-01
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-08-12
Fixed #25172 -- Fixed check framework to work with multiple databases.
Ion Scerbatiuc
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-08-03
Removed unused Field.get_flatchoices() method.
Tim Graham
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
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-29
Fixed #23791 -- Corrected object type check for pk__in=qs
Anssi Kääriäinen
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-26
Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...
薛丞宏
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-06-15
Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys
Brian King
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
[next]