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-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
2013-06-14
Fixed #20528 -- regression in select_related join promotion
Anssi Kääriäinen
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-09
Replaced a dict emulating a set with a set.
Aymeric Augustin
2013-06-06
Fixed #20564 -- Generic relations exclude() regression
Anssi Kääriäinen
2013-06-02
Added get_app_paths() to the AppCache.
Aymeric Augustin
2013-06-01
Fixed #20337 -- Clarified error message when database relation is not allowed.
Dan Loewenherz
2013-05-30
Fixed #16856 - Added a way to clear select_related.
Tim Graham
2013-05-30
Fixed #20272 - Moved update_fields existence check into Model._do_update.
Tim Graham
2013-05-30
Fixed #16436 -- defer + annotate + select_related crash
Tai Lee
2013-05-27
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
Tim Graham
2013-05-27
Fixed #17582 - Added message to DoesNotExist exceptions.
Tim Graham
2013-05-27
Fixed #20507 -- SubqueryConstraint alias relabeling
Anssi Kääriäinen
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-24
Optimisation in prefetch_related_objects
Luke Plant
2013-05-24
Fixed #19607 - prefetch_related crash
Luke Plant
2013-05-23
Fixed #11398 - Added a pre_syncdb signal
Donald Stufft
2013-05-22
Fixed #20463 -- Made get_or_create more robust.
Aymeric Augustin
2013-05-21
Fixed #18702 -- Removed chunked reads from QuerySet iteration
Anssi Kääriäinen
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
2013-05-20
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...
Ramiro Morales
2013-05-20
Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
Anssi Kääriäinen
2013-05-20
Fixed #20378 -- regression in GenericRelation on abstract model
Anssi Kääriäinen
2013-05-20
Fixed qs.values() regression when used in subquery
Anssi Kääriäinen
2013-05-19
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-15
Fixed #20413 - Respect Query.get_meta()
Mike Fogel
2013-05-08
Merge pull request #1049 from mfogel/remove-unescessary-parameter-checks
Alex Gaynor
2013-05-08
Fixed test failures on MySQL.
Aymeric Augustin
2013-05-07
Remove unnecessary check on __set__ parameters.
Mike Fogel
2013-05-04
Systematically imported wraps from functools
Claude Paroz
2013-04-25
Converted a list comprehension into a generator expression in query_utils.py
Adrian Holovaty
2013-04-25
Negligible formatting fixes in query_utils.py
Adrian Holovaty
[next]