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
Age
Commit message (
Expand
)
Author
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-30
Fixed some tests that relied on an arbitrary ordering of rows.
Ian Kelly
2009-01-30
Fixed some column names in the tests that were breaking the test suite on Ora...
Ian Kelly
2009-01-29
Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous.
Karen Tracey
2009-01-29
Fixed #8638 -- Added documentation on how to redirect email to a dummy server...
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 #10110 -- Added FAQ on how and when to poke the core developers about t...
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 #10052 -- Added import line for other aggregates used in examples. Than...
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-23
Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p...
Karen Tracey
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-18
Corrected code in serializers_regress testcase so that, in the case where an ...
Karen Tracey
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 #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin.
Jacob Kaplan-Moss
2009-01-16
Changed "date" column to "start_date"--Oracle won't name columns with reserve...
Matt Boersma
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-16
Fixed #10042 -- YAADT (Aggregation Docs Typo).
Russell Keith-Magee
2009-01-15
Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're...
Russell Keith-Magee
2009-01-15
Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks to Ivan ...
Russell Keith-Magee
2009-01-15
Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev for the r...
Russell Keith-Magee
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
Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the report.
Russell Keith-Magee
2009-01-15
Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...
Russell Keith-Magee
2009-01-15
Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks ...
Russell Keith-Magee
2009-01-15
Corrected some ReST problems with the aggregation docs. Thanks to James Benne...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-15
Updated name as per author's request.
Gary Wilson Jr
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
Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt.
Jacob Kaplan-Moss
[prev]
[next]