| 3 years ago |
Justin Bronn |
Merged in patch from Aryeh Leib Taurog for #9877, adapting as necessary.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged w/trunk up to r9795.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9795] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9793] Fixed #8638 -- Added documentation on how to redirect email to a dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9792] Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9791] Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY elements, and modified the test added in [9788] to remove a test result that depended on a potentially ambiguous database ordering.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9789] Fixed #10110 -- Added FAQ on how and when to poke the core developers about tickets. Thanks to Graham King for turning a couple of django-dev posts into a good first draft.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9788] Fixed #10113 -- Ensured that joined fields mentioned in order_by() are included in the GROUP_BY clause on those backends that require it. Thanks to Koen Biermans <koen.biermans@werk.belgie.be> for the report.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9787] Fixed #10052 -- Added import line for other aggregates used in examples. Thanks to Tyler Brownell <tyler@bluefoxstudio.ca> for the suggestion.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9786] Fixed #10089 -- Corrected handling of aggregates when the query set contains no items (and the cursor returns None). Thanks to Kyle Fox for the report, and david for the initial patch.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9785] Fixed #10100 -- Corrected handling of the negation required exclude() clauses that reference aggregate columns. Thanks to Anossov for the report.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9782] Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and patch leosoto.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Added a `cascaded_union` property to MultiPolygons. Cleaned up collections module a small bit.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Initial revision of support for prepared geometries.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Updated the coordseq and linestring modules to explicitly reference C API calls.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Interim check-in; now more explicit in functions in geometry module; added a version check for prepared geometry support.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Initial revision of SpatiaLite patch from #9686 by Matthew Hancher (haven't tested yet due to installation difficulties).
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged in patch from #9628.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged in patch from #6064.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged in patch from #9633.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged with trunk up to r9781.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9781] Fixed #10064 -- Corrected handling of aggregate queries that also use select_related(). Thanks to olivius for the report.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r9779] Fixed #9275: Extended the Oracle date format to allow DATE columns to be used with DateTimeFields, especially when using legacy databases. Thanks to hollerith for the patch.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9777] Fixed #10069 -- Fixed the model form unique validation code to not proceed with using, for example, RelatedObjects returned by get_field_by_name as though they were model Fields.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r9775] Fixed #9789 -- Handle jython's compiled settings filename correctly.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9773] Corrected code in serializers_regress testcase so that, in the case where an exception has been raised, rollback is called before attempting to leave transaction management. With the old code the original exception (IntegrityError on InnoDB) was getting hidden by a transaction management error resulting from attempting to leave transaction management with a pending commit/rollback.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9770] Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with something that works as far back as 2.3.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9769] Added code to make TestSuites iterable when running on Python 2.3. (r9756 added code that iterates over them, thus broke running tests on Python 2.3, sigh.)
trunk
|
changeset |
files
|
| 3 years ago |
mboersma |
[svn r9767] Fixed #5543: callproc() and friends now work with Oracle and our FormatStylePlaceholderCursor.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r9766] Fixed #10044: You can now assign directly to file fields (`instance.filefield = somefile`). Thanks, Marty Alchin.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r9765] Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin.
trunk
|
changeset |
files
|
| 3 years ago |
mboersma |
[svn r9764] Changed "date" column to "start_date"--Oracle won't name columns with reserved keywords.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r9763] Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfield` changes in r9760.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r9761] Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r9760] Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r9759] Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r9757] Fixed #10014 -- Don't crash when using debug template tag inside a block node tag.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9756] Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the database supports it) instead of flushing and reloading the database. This can substantially reduce the time it takes to run large test suites.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9755] Fixed #10042 -- YAADT (Aggregation Docs Typo).
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9754] Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're just making me look bad :-) Thanks to ElliottM, and to Erich Holscher for a separate report that I've piggybacked on this checkin.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9753] Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks to Ivan Sagalaev for his eagle eyes.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9752] Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev for the report.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r9750] Fixed #6767: changed the way the Oracle backend fetches numbers to prevent decimals being returned as floats.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Purged the polygon module of the * import.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
GeometryCollection object may now take in other collections (as also allowed by GEOS).
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Added preliminary support for the Collect aggregate. Needs tests.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged with trunk up to r9749.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r9749] Forgot to actually enable the extent aggregate for Oracle.
trunk
|
changeset |
files
|
| 3 years ago |
jbronn |
[svn r9748] Fixed incomplete merge of geographic aggregates; added support for `Extent` aggregate to Oracle spatial backend. Refs #3566.
trunk
|
changeset |
files
|
| 3 years ago |
kmtracey |
[svn r9747] Fixed #10033: In the Oracle backend, restored code lost in the aggregation merge that ensured a datetime object is returned for fields known to be datetimes, even when the time part is all zero.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9746] Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the report.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9745] Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales for the report.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9744] Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks to Eivind Uggedal for the report.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9743] Corrected some ReST problems with the aggregation docs. Thanks to James Bennett for the report.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r9742] Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r9740] Updated name as per author's request.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r9739] Fixed #6470: made the admin use a URL resolver.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Really fixed Oracle aggregates this time, and added support for `Extent` as well.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Moving around functionality to support Oracle geographic aggregates.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged w/aggregation up to c43844.
trunk
|
changeset |
files
|