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
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-13
Fixed #24923 -- errored out nicely when using aggregates in order_by()
Anssi Kääriäinen
2015-07-09
Fixed #25081 -- Prevented DISTINCT ON ordering from being cleared in get().
Simon Charette
2015-07-02
Fixed #25054 -- Added app_label to swapped model AttributeError
Chris Lamb
2015-07-02
Fixed #24997 -- Enabled bulk_create() on proxy models
William Schwartz
2015-06-30
Fixed #18247 -- Added cast to NUMERIC for Decimals on sqlite
Michael Tänzer
2015-06-30
Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.
Jonas Degrave
2015-06-29
Removed unused condition for the abstract model in ensure_default_manager()
Andriy Sokolovskiy
2015-06-29
Fixed #23791 -- Corrected object type check for pk__in=qs
Anssi Kääriäinen
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-27
Fixed #24887 -- Removed one-arg limit from models.aggregate
Greg Chapple
2015-06-26
Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...
薛丞宏
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-19
Fixed #24940 -- Made model managers hashable
Markus Holtermann
2015-06-18
Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.
Gagaro
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-06-15
Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys
Brian King
2015-06-06
Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.
Cole Maclean
2015-06-06
Fixed #24744 - Fixed relabeled_clone for the Transform
Andriy Sokolovskiy
2015-06-05
Fixed #24924 -- Join promotion for multiple Case expressions
Mark Lavin
2015-06-05
Minor edits to Greatest/Least docs; refs #24767.
Tim Graham
2015-06-05
Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Andriy Sokolovskiy
2015-06-05
Fixed #24767 -- Added Greatest and Least expressions
Ian Foote
2015-06-04
Fixed #22316 -- Added time filters to TimeField on SQLite.
Matthew Somerville
2015-06-04
Fixed #24677 -- Made TextField.to_python() return a string.
Rolo
2015-06-02
Fixed #24866 -- Added Now() database function
Adam Chainz
2015-06-02
Fixed #24831 -- Fixed pickling queryset with prefetch_related() after deletin...
Andriy Sokolovskiy
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-05-30
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-05-25
Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()
Paweł Marczewski
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-20
Fixed #24705 -- Fixed negated Q objects in expressions.
Anssi Kääriäinen
2015-05-19
Fixed #24818 -- Prevented models.CharField from accepting a string as max_length
Alasdair Nicol
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-05-16
Removed redundant list() calls.
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-12
Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable
Abhaya Agarwal
2015-05-12
Fixed #24156 -- Fixed inherited related name of ManyToManyField.
Andriy Sokolovskiy
2015-05-11
Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
Anssi Kääriäinen
2015-05-11
Fixed #24766 -- Added join promotion for Case expressions
Anssi Kääriäinen
2015-05-11
Removed redundant removal of hyphens in UUIDField.
Matt Robenolt
2015-05-08
Fixed #24758 -- Corrected Options.get_fields() docstring.
Tim Graham
2015-05-06
Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python()
Pradeek
2015-05-05
Fixed #24752 -- query crash when reusing Case expressions
Anssi Kääriäinen
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-28
Fixed #24719 -- Restored the ability to use interators as queryset related ob...
Aric Coady
2015-04-25
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
[next]