index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2009-02-07
Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.
Luke Plant
2009-02-03
Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712].
Ian Kelly
2009-02-03
Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...
Karen Tracey
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-02-01
Fixed #9858 -- Added ability to use PostGIS template with GIS test runner via...
Justin Bronn
2009-02-01
Now use `subprocess.Popen` instead of the deprecated os.popen3 to issue PostG...
Justin Bronn
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-19
Fixed #10069 -- Fixed the model form unique validation code to not proceed wi...
Karen Tracey
2009-01-19
Fixed #9789 -- Handle jython's compiled settings filename correctly.
Malcolm Tredinnick
2009-01-17
Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so...
Karen Tracey
2009-01-17
Added code to make TestSuites iterable when running on Python 2.3. (r9756 ad...
Karen Tracey
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 geographic admin to be compatible with `ModelAdmin.formfield_for_dbfiel...
Justin Bronn
2009-01-16
Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.
Ian Kelly
2009-01-16
Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
Jacob Kaplan-Moss
2009-01-16
Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
Malcolm Tredinnick
2009-01-16
Fixed #10014 -- Don't crash when using debug template tag inside a block node...
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
Forgot to actually enable the extent aggregate for Oracle.
Justin Bronn
2009-01-15
Fixed incomplete merge of geographic aggregates; added support for `Extent` a...
Justin Bronn
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-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2009-01-13
Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...
Justin Bronn
2009-01-12
A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...
Jacob Kaplan-Moss
2009-01-10
In urlconfs, include() may now be used on an iterable of patterns instead of ...
Jacob Kaplan-Moss
2009-01-10
Fixed #6791: added a write-through cache session backend: session data is wri...
Jacob Kaplan-Moss
2009-01-09
Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.
Malcolm Tredinnick
2009-01-09
Updated Polish translation: fixed typo and one missing translation
Jarek Zgoda
2009-01-08
Fixed #9569 -- Small correction to Simplified Chinese translation.
Malcolm Tredinnick
2009-01-08
Fixed #9636 -- Updated simplified Chinese translation.
Malcolm Tredinnick
2009-01-08
Fixed #9888 -- Updated Japanese translation from Takashi Matsuo.
Malcolm Tredinnick
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-07
Return None for null date/time fields in OGR-supported data sources. Thanks ...
Justin Bronn
2009-01-06
Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp".
Malcolm Tredinnick
2009-01-06
Upgraded included simplejson to 2.0.7.
Malcolm Tredinnick
[prev]
[next]