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
Age
Commit message (
Expand
)
Author
2016-11-23
Cleaned up some __getstate__() docstrings.
Tim Graham
2016-11-22
Fixed #27295 -- Added a system check to prohibit model names that start or en...
Quentin Fulsher
2016-11-20
Fixed #27512 -- Removed unused code in Model.__init__().
Adam Chainz
2016-11-20
Refs #26207 -- Removed obsolete comments about deferred model classes.
Adam Chainz
2016-11-20
Fixed #27514 -- Tested Model.__init__ excessive number of fields.
Adam Chainz
2016-11-15
Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse ...
Simon Charette
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-11
Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.
Mads Jensen
2016-11-10
Removed redundant DateTimeField.register_lookup()s.
Tim Graham
2016-10-31
Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.
Tim Graham
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-26
Fixed #27334 -- Allowed FileField to move rather than copy a file.
Adam Chidlow
2016-10-25
Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of...
David Barragán Merino
2016-10-24
Removed unused loop in Query.change_aliases().
Tim Graham
2016-10-15
Removed unused branch in ModelIterable.__iter__().
Tim Graham
2016-10-15
Removed unused 'field' argument to DeleteQuery.delete_batch().
Tim Graham
2016-10-14
Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.
Tim Graham
2016-10-14
Removed unused QuerySet.value_annotation attribute.
Tim Graham
2016-10-14
Tested QuerySet compatibility check.
Tim Graham
2016-10-13
Removed unused InsertQuery.clone().
Tim Graham
2016-10-13
Removed unneeded try/except in Query.names_to_path().
Tim Graham
2016-10-13
Removed unused branch in SQLUpdateCompiler.as_sql().
Tim Graham
2016-10-13
Removed unused branch in Query.change_aliases().
Tim Graham
2016-10-13
Removed unused EmptyResultSets in SQLCompilers.
Tim Graham
2016-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
2016-10-12
Removed unused SubqueryConstraint.relabel_aliases() and clone() methods.
Tim Graham
2016-10-11
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-10-10
Fixed gis_tests.geoapp when run in isolation.
Tim Graham
2016-10-04
Refs #18974 -- Deprecated @models.permalink() decorator.
Tim Graham
2016-10-04
Fixed #27193 -- Preserved ordering in select_for_update subqueries.
François Freitag
2016-10-04
Refs #27118 -- Reallowed using pk in QuerySet.get/update_or_create().
François Freitag
2016-09-27
Fixed #27268 -- Restored an invalid related field lookup error message in Qu...
Mariusz Felisiak
2016-09-27
Removed unused branch in SQLCompiler.as_subquery_condition().
Tim Graham
2016-09-26
Removed obsolete lines in DeferredAttribute.__get__().
Tim Graham
2016-09-24
Fixed #27118 -- Made QuerySet.get_or_create()/update_or_create() error for a ...
François Freitag
2016-09-24
Removed unused FieldGetDbPrepValueMixin.get_prep_lookup_value().
Tim Graham
2016-09-23
Removed unused Prefetch.get_current_prefetch_through().
Tim Graham
2016-09-22
Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...
Jani Tiainen
2016-09-17
Made FieldError/FieldDoesNotExist messages uniform across Python versions.
François Freitag
2016-09-16
Fixed #27235 -- Removed some usage of mutable default arguments.
Chris Lamb
2016-09-09
Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged ...
Tim Graham
2016-09-09
Fixed #27062 -- Eased implementing select_for_update() on MSSQL.
Mikhail Denisenko
2016-09-08
Refs #15250 -- Removed an obsolete comment regarding MTI cascade deletion.
Simon Charette
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-25
Removed unneeded smart_text
Claude Paroz
2016-08-25
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
Mattias Loverot
2016-08-24
Replaced property() usage with decorator in a couple places.
Berker Peksag
[prev]
[next]