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-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-12
Fixed #23455 -- Accept either bytes or text for related_name, convert to text.
Carl Meyer
2014-12-12
Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...
Carl Meyer
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-09
Remove text-mangling of default values.
Marc Tamlyn
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-28
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-27
Fixed #23877 -- aggregation's subquery missed target col
Anssi Kääriäinen
2014-11-27
Fixed #23875 -- cleaned up query.get_count()
Anssi Kääriäinen
2014-11-26
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-26
Adjusted a comment to reflect some app refactor changes.
Simon Charette
2014-11-21
Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...
Collin Anderson
2014-11-21
Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.
Simon Charette
2014-11-20
Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
2014-11-20
Fixed #23876 -- Removed dead code in SQLAggregateCompiler.
Carl Meyer
2014-11-19
Fixed #21794 -- Removed deprecation warning for abstract models outside an app.
Carl Meyer
2014-11-18
Deprecated calling a SQLCompiler instance.
Carl Meyer
2014-11-17
Moved bilateral transform fetching to models.lookups
Anssi Kääriäinen
2014-11-16
Fixed #21612 -- Made QuerySet.update() respect to_field
Karen Tracey
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-12
Remove Field.get_validator_unique_lookup_type()
Tim Graham
2014-11-12
Removed extra enumerate() from Query.setup_joins()
Anssi Kääriäinen
2014-11-12
Fixed #22967 -- Made Model._do_update consistent
Jozef Knaperek
2014-11-12
Improved Query.names_to_path docstring
Anssi Kääriäinen
2014-11-11
Simplified Query.build_lookup()
Anssi Kääriäinen
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23420 - broken warning for unbound naive datetime objects
Andy Chosak
2014-10-28
Fixed #23721 -- check_related_objects without calling __iter__
Collin Anderson
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-10-21
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
2014-10-19
Fixed #23684 -- Used correct package name for Pillow in Error hint.
Nicholas Serra
2014-10-16
Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__
Thomas Chaumeny
2014-10-16
Fixed #23659 -- Kept annotate() args ordering
Claude Paroz
2014-10-09
Fixed #23627 -- Allowed register_lookup to work as a decorator.
Marc Tamlyn
2014-10-08
Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()
Artem Rizhov
2014-10-08
Fixed #23611 -- update_or_create failing from a related manager
Loic Bistuer
2014-10-04
Fixed #22064 -- Add check for related_name
André Ericson
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-26
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
Matt Robenolt
2014-09-25
Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...
Markus Holtermann
2014-09-24
Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptor
Loic Bistuer
2014-09-19
Fixed #23443 -- Corrected erroneous FieldError message.
Thomas Chaumeny
2014-09-16
Fixed #23492 -- Restored F.__deepcopy__.
Baptiste Mispelon
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-09
Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...
Tim Graham
[prev]
[next]