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-02-25
Fixed #10290: do not use aliases when adding extra_selects to the GROUP BY cl...
Ian Kelly
2009-02-24
Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...
Karen Tracey
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-23
Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...
Russell Keith-Magee
2009-02-17
Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postg...
Russell Keith-Magee
2009-02-16
Fixed #10196: Restored setting of image file width and height fields lost in ...
Karen Tracey
2009-02-16
Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...
Karen Tracey
2009-02-16
Fixed #10248 -- Corrected handling of the GROUP BY clause when using a DateQu...
Russell Keith-Magee
2009-02-16
Fixed #10132 -- Corrected the interaction of extra() queries with the values(...
Russell Keith-Magee
2009-02-16
Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...
Russell Keith-Magee
2009-02-11
Fixed #10224: Don't attempt to decode binary string data in the Oracle backend.
Ian Kelly
2009-02-08
Fixed #10160 -- Modified evaluation of F() expressions to protect against pot...
Russell Keith-Magee
2009-02-08
Fixed #10199 -- Modified aggregate() calls to clone the base query so that th...
Russell Keith-Magee
2009-02-08
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-03
Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712].
Ian Kelly
2009-02-03
Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...
Russell Keith-Magee
2009-02-02
Fixed #10127 -- Corrected handling of select_related() in annotate() calls. T...
Russell Keith-Magee
2009-02-02
Fixed #10142 -- Added docs and an exploding error message to highlight an err...
Russell Keith-Magee
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee
2009-01-24
Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY elemen...
Russell Keith-Magee
2009-01-24
Fixed #10113 -- Ensured that joined fields mentioned in order_by() are includ...
Russell Keith-Magee
2009-01-23
Fixed #10089 -- Corrected handling of aggregates when the query set contains ...
Russell Keith-Magee
2009-01-23
Fixed #10100 -- Corrected handling of the negation required exclude() clauses...
Russell Keith-Magee
2009-01-20
Fixed #10064 -- Corrected handling of aggregate queries that also use select_...
Russell Keith-Magee
2009-01-19
Fixed #9275: Extended the Oracle date format to allow DATE columns to be used...
Ian Kelly
2009-01-16
Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...
Matt Boersma
2009-01-16
Fixed #10044: You can now assign directly to file fields (`instance.filefield...
Jacob Kaplan-Moss
2009-01-16
Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.
Ian Kelly
2009-01-16
Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
Malcolm Tredinnick
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2009-01-15
Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...
Ian Kelly
2009-01-15
Fixed #10033: In the Oracle backend, restored code lost in the aggregation me...
Karen Tracey
2009-01-15
Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-08
Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
Malcolm Tredinnick
2009-01-08
Using querysets as an rvalue in filter() calls was causing an unnecessary
Malcolm Tredinnick
2009-01-08
Remove any ordering from a nested select query (in the where-clause).
Malcolm Tredinnick
2009-01-08
Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...
Ian Kelly
2009-01-06
Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable
Malcolm Tredinnick
2009-01-05
Nested query support.
Malcolm Tredinnick
2009-01-05
Reconciling where- and having-clause behaviour.
Malcolm Tredinnick
2009-01-03
Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...
Russell Keith-Magee
2008-12-17
Fixed a typo in r9650.
Malcolm Tredinnick
2008-12-16
Fixed #9814 -- Allowed SafeStrings to be saved to sqlite DB when running on P...
Karen Tracey
2008-12-16
Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.
Malcolm Tredinnick
2008-12-16
Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie...
Malcolm Tredinnick
2008-12-11
Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py dbshell"...
Matt Boersma
2008-12-11
Removed django.db.models.options.Options.one_to_one_field.
Malcolm Tredinnick
2008-12-10
If an SQL query doesn't specify any ordering, avoid the implicit sort
Malcolm Tredinnick
2008-12-09
Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error
Malcolm Tredinnick
[prev]
[next]