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-07-30
[1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M relat...
Tim Graham
2016-07-19
[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ...
Simon Charette
2016-07-16
[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-07-12
[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to...
Andrey Fedoseev
2016-07-11
[1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during d...
Julien Hartmann
2016-06-30
[1.10.x] Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
Andrew Nester
2016-06-28
[1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fi...
Eduard Stepanov
2016-06-18
[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
Tim Graham
2016-06-17
[1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode arg...
Tim Graham
2016-06-07
[1.10.x] Fixed typos in db/models/fields/related_descriptors.py
Paulo
2016-06-04
[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField tha...
Tim Graham
2016-06-02
[1.10.x] Fixed #26686 -- Fixed crash when registering model signals with abst...
Alex Hill
2016-06-02
[1.10.x] Fixed #26642 -- Made ModelSignal.disconnect() work with lazy referen...
Alex Hill
2016-05-31
[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its resul...
Simon Charette
2016-05-28
[1.10.x] Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on...
Tim Graham
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-19
Fixed some newlines in imports per isort.
Tim Graham
2016-05-19
Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects.
darius BERNARD
2016-05-18
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
Marti Raudsepp
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-05-16
Fixed #24305 -- Allowed overriding fields on abstract models.
Aron Podrigal
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-14
Removed redundant code in QuerySet._batched_insert().
Tim Graham
2016-05-11
Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().
Tim Graham
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-05-03
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
Simon Charette
2016-05-03
Refs #16508 -- Made Model.__init__() aware of virtual fields.
Michal Petrucha
2016-05-02
Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.
Tim Graham
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
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 Q.clone().
Tim Graham
2016-04-25
Removed unused/untested Field.get_choices_default()/value_to_string() methods.
Tim Graham
2016-04-22
Removed unused BaseExpression.refs_aggregate().
Tim Graham
2016-04-22
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
Tim Graham
2016-04-22
Removed unused ForeignObject.attnames/get_defaults().
Tim Graham
2016-04-22
Removed unused ForeignObjectRel.get_choices() limit_to_currently_related argu...
Tim Graham
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-22
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-13
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
Tim Graham
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-05
Fixed #26458 -- Based Avg's default output_field resolution on its source fie...
Simon Charette
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-03
Fixed #26441 -- Added model Field.db_check() method
Markus Holtermann
[next]