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
2014-08-30
[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...
Akis Kesoglou
2014-07-16
[1.6.x] Fixed #22998 -- Updated the fast_delete logic for GFKs
Gavin Wahl
2014-07-05
[1.6.x] Fixed various minor doc typos / references.
Daniel Hahler
2014-05-10
[1.6.x] Fixed #22508 -- Avoided overwriting select_related.
Aymeric Augustin
2014-05-05
[1.6.x] Fixed #22429 -- Incorrect SQL when using ~Q and F
Anssi Kääriäinen
2014-04-21
[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-13
[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...
valtron
2014-04-10
[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-02-28
[1.6.x] Fixed #21643 -- repeated execution of qs with F() + timedelta
Alexey Voronov
2014-02-14
[1.6.x] Fixed #21566 -- Fixed AttributeError when using bulk_create with Fore...
Roger Hu
2014-02-04
[1.6.x] Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-02-04
[1.6.x] Fixed #21413 -- resolve_columns fields misalignment
Anssi Kääriäinen
2014-01-24
[1.6.x] Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2013-12-26
[1.6.x] Fixed typo and slightly improved error message when db is missing tim...
Loic Bistuer
2013-11-14
[1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.
Loic Bistuer
2013-11-13
[1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Loic Bistuer
2013-10-26
[1.6.x] Removed relative usage of import_module
Claude Paroz
2013-10-21
[1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()
Anssi Kääriäinen
2013-10-13
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-10-13
[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.
Aymeric Augustin
2013-10-01
[1.6.x] Fixed #21203 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-25
[1.6.x] Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-24
[1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logic
Anssi Kääriäinen
2013-09-06
[1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...
Carl Meyer
2013-08-30
[1.6.x] Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-30
[1.6.x] Removed stale add_q() comment
Anssi Kääriäinen
2013-08-29
[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...
Tim Graham
2013-08-22
[1.6.x] Fixed #20955 -- select_related regression
Anssi Kääriäinen
2013-08-20
[1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regression
Anssi Kääriäinen
2013-08-20
Fixed #20943 -- Weakly reference senders when caching their associated receivers
Simon Charette
2013-08-06
[1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database.
Alex Cucu
2013-08-01
[1.6.x] Removed unused model option "admin"
Tim Graham
2013-07-26
[1.6.x] Fixed related model lookup regression
Anssi Kääriäinen
2013-07-25
[1.6.x] Fixed ._meta.pk_index() virtual field failure
Anssi Kääriäinen
2013-07-23
[1.6.x] Fixed #20791 -- Reworded ForeignKey default error message
ersran9
2013-07-23
[1.6.x] Minor change to get_extra_descriptor_filter()
Anssi Kääriäinen
2013-07-12
[1.6.x] Fixed backport of #20740
Tim Graham
2013-07-12
[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...
Tim Graham
2013-06-29
[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-18
Fixed #14930 -- values_list() failure on qs ordered by extra column
Florian Hahn
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-16
Fixed #20583 -- ORM always uses setup_joins() for join generation
Anssi Kääriäinen
2013-06-14
Fixed #20289 -- pickling of dynamic models
Anssi Kääriäinen
[next]