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
2013-11-03
Merge pull request #1861 from milmazz/E251
Alex Gaynor
2013-11-03
Fixed regressions from 36ded01527b690b5df0574492af9cfcc2ea3d1dc.
Florian Apolloner
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #14511 -- bug in .exclude() query
Anssi Kääriäinen
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Fixed #21366 -- regression in join promotion logic
Anssi Kääriäinen
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-21
Fixed #21249 -- variable name typo in compiler.get_grouping()
Anssi Kääriäinen
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Fixed #21283 -- Added support for migrations if models is a package.
Loic Bistuer
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Removed F.__deepcopy__()
Anssi Kääriäinen
2013-10-15
Fixed #16855 -- select_related() chains as expected.
Marc Tamlyn
2013-10-13
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-10-13
Fixed #19560 -- Identified field in warning for naive datetime.
Aymeric Augustin
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-07
Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Javed Khan
2013-10-05
Fixed #21174 -- transaction control in related manager methods
Anssi Kääriäinen
2013-10-05
Fixed #18414 -- qs.exists() for sliced distinct queries
Anssi Kääriäinen
2013-10-05
Improved Query join promotion logic
Anssi Kääriäinen
2013-10-04
Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.
Simon Charette
2013-10-03
Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.
Simon Charette
2013-10-01
Fixed #21203 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-10-01
OrderedDict creation avoidance for .values() queries
Anssi Kääriäinen
2013-09-30
Fixed #3871 -- Fixed regression introduced by 04a2a6b.
Loic Bistuer
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-30
Fixed #13724: Corrected routing of write queries involving managers.
Russell Keith-Magee
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-25
Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-24
Added '*' to quote_cache
Anssi Kääriäinen
2013-09-24
Fixed #18333 - Quoted annotated column names
Michael Manfre
2013-09-24
Fix small grammatical error in comment.
Andrei Picus
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-18
Fixed #12568 -- no error when accessing custom field's descriptor
Anssi Kääriäinen
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-14
Fixed #20950 -- Instantiate OrderedDict() only when needed
Anssi Kääriäinen
2013-09-10
Made MigrationWriter look for a "deconstruct" attribute on functions.
Loic Bistuer
2013-09-10
Fixed #20978 -- Made deletion.SET_NULL more friendly for MigrationWriter.seri...
Loic Bistuer
2013-09-08
Removed an unused local var
Alex Gaynor
2013-09-07
Negligible style fix.
Aymeric Augustin
2013-09-06
Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-06
Minor factorization.
Aymeric Augustin
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20999 - Allow overriding formfield class with choices, without subclas...
Carl Meyer
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
[prev]
[next]