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
Age
Commit message (
Expand
)
Author
2009-12-24
Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...
Russell Keith-Magee
2009-12-24
Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQu...
Russell Keith-Magee
2009-12-22
Changes to get raw queries working on the oracle backend.
Ian Kelly
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
Fixed #11936 -- Removed deferred models from the list returned by the app_cac...
Russell Keith-Magee
2009-12-20
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss
2009-12-19
Fixed #12258 - QuerySet.get() should clear ordering.
Luke Plant
2009-12-19
Fixed #12251 - QuerySet.in_bulk() should accept set/frozenset
Luke Plant
2009-12-19
Fixed #12234 -- Create additional indexes that use the appropriate operation ...
Justin Bronn
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-12-16
Fixed #12389 - performance enhancement of get_models()
Luke Plant
2009-12-16
Fixed #12385: Made built-in field type descriptions in admindocs translatable...
Karen Tracey
2009-12-12
Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...
Karen Tracey
2009-12-09
Optimised use of 'in' operator on QuerySet using an explicit __contains__ met...
Luke Plant
2009-11-20
Fixed #12245 -- Corrected target app handling for auto-generated m2m models w...
Russell Keith-Magee
2009-11-19
Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQue...
Russell Keith-Magee
2009-11-13
Fixed #12209 -- Made the through attribute on a m2m relation into a property ...
Russell Keith-Magee
2009-11-11
Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rf...
Russell Keith-Magee
2009-11-10
Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignK...
Russell Keith-Magee
2009-11-05
Fixed #12168 -- Corrected the registration of m2m autocreated models when mod...
Russell Keith-Magee
2009-11-03
Fixed #12143 -- Corrected the naming of the 'to' column in recursive m2m mode...
Russell Keith-Magee
2009-11-03
Fixed #11795 -- Document (and slightly simplify) the use of inlines for m2m r...
Russell Keith-Magee
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-11-01
Fixed #12121 -- Modified __reduce__ on a model to avoid an infinite recursion...
Russell Keith-Magee
2009-10-29
Fixed #12057 -- Corrected regression of caching performance when a model cont...
Russell Keith-Magee
2009-10-25
Fixed #12079: Changed has_results to get a single result, thus preventing exi...
Karen Tracey
2009-10-24
Fixed a bug in r11646 - refs #11402
Luke Plant
2009-10-24
Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2009-09-16
Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...
Russell Keith-Magee
2009-08-24
Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.
Ian Kelly
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-07-21
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-07-11
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-06-15
Fixed #9023 -- Corrected a problem where cached attribute values would cause ...
Russell Keith-Magee
2009-06-15
Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...
Russell Keith-Magee
2009-06-14
Fixed #11316 -- Fixed a Python 2.3 compatibilty issue with [10966] (in Python...
Gary Wilson Jr
2009-06-09
Fixed #9253 -- Modified the method used to generate constraint names so that ...
Russell Keith-Magee
2009-06-08
Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...
Russell Keith-Magee
2009-06-08
Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...
Russell Keith-Magee
2009-06-08
Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...
Russell Keith-Magee
2009-06-06
Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...
Russell Keith-Magee
2009-06-06
Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...
Russell Keith-Magee
2009-06-03
Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...
Russell Keith-Magee
2009-05-29
Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.
Gary Wilson Jr
2009-05-28
Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...
Gary Wilson Jr
2009-05-19
Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...
Russell Keith-Magee
2009-05-19
Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...
Russell Keith-Magee
2009-05-12
Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled without Uni...
Matt Boersma
[prev]
[next]