| 3 years ago |
Justin Bronn |
Added `merged` property to LineString & MultiLineString, which returns the output of the GEOS line merging operation.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Now raise a GEOSException if `json`/`geojson` properties are accessed without GDAL 1.5 installed (Refs #9557); also now do the same for `ogr` and `srs` properties when GDAL isn't available.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
de-CamelCase process complete. Removed unused WKBWriter instance; updated `mutable_list.py`, `test_geos_mutation.py`, and `test_mutable_list.py` with copyright notice of Aryeh Leib Taurog.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Phase 2 of the de-CamelCase process.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Phase 1 of the de-CamelCase process.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Removed code that triggered a deprecation warning.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Made private `GeometryField` attributes public (e.g., `._srid` -> `.srid`); also added properties of old names for backwards-compatibility.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Removed unnecessary code and whitespace from the spatial backends; improved `add_postgis_srs` to support SpatiaLite.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
More whitespace cleanup.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Now set the ListMixin methods manually than requiring another __init__() call on each GEOSGeometry initialization; began cleanup of whitespace.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged with the latest version of Aryeh's mutability patch. TODO: de-CamelCase.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Minor tweak to collection initiation logic.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Now using 'option D' patch by ramiro instead of original patch from #9628.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged w/trunk up to r10084.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10084] Fixed #10482 -- Unified access to response.context when inspecting responses from the test client. Thanks to James Bennett for the design, and Julien Phalip for the patch.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10083] Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
trunk
|
changeset |
files
|
| 3 years ago |
zgoda |
[svn r10082] Polish translation updated
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10081] Fixed #10533 -- Worked around an apparent limitation of xgettext.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10080] Fixed #10530, #10527: added a couple more validation errors around `list_editable`. Thanks, Florian Apolloner.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10078] Fixed #10526 -- More fixes when specifying installed apps using "foo.*".
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10077] Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared `list_editable` may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10074] `ModelAdmin` validation now runs when using the `site.register(Model, **kwargs)` form.
trunk
|
changeset |
files
|
| 3 years ago |
jacob |
[svn r10073] Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when called on an empty formset.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10071] Fixed #10517 -- Corrected cache name for file-based cache tests so that the filename can be valid under Windows. Thanks to Bob Thomas for the report and fix.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10070] Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks to Alex Gaynor for the patch.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10065] More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10064] Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Paul Menzel for the report.
trunk
|
changeset |
files
|
| 3 years ago |
gwilson |
[svn r10063] Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10062] Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified in the fields attribute of the ModelForm's Meta class. Thanks to Alex Gaynor for the patch.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10058] Documented patterns for adding extra managers to model subclasses.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10057] Clarified and expanded documentation for Manager.use_for_related_fields.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10056] Use plain model.Manager, or suitable proxy, for model saving.
trunk
|
changeset |
files
|
| 3 years ago |
adrian |
[svn r10055] Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from the Django Book
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10054] Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10053] Fixed #10425 -- Corrected the interaction of .count() with .annotate() when .values() is also involved. Thanks to kmassey for the report.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r10051] Fixed #10488: fixed DB cache backend test failures in Oracle.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r10049] Fixed #10238: coerce TextField values to unicode in the oracle backend.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r10048] Fixed a case where column aliases weren't being quoted properly.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r10047] Prevented InsertQuery from appending a 'RETURNING' clause when it's not actually interested in the result. This was causing some problems for Oracle.
trunk
|
changeset |
files
|
| 3 years ago |
adrian |
[svn r10046] Improved the error message in case of an invalid DATABASE_BACKEND to ignore '.svn' directories in displaying the list of valid backends
trunk
|
changeset |
files
|
| 3 years ago |
adrian |
[svn r10045] Fixed #10487 -- Refactored the database-backend-selection logic into a function, django.db.load_backend. Thanks to Alex Gaynor for the initial patch
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r10044] Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10043] Fixed #10250 -- Added a regression test to ensure that GROUP BY statements are correctly quoted under MySQL. This appears to have been corrected inadvertently since the original report, but the extra regression test will make sure it stays that way.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10042] Tweaked the dummy database backend initialisation.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10040] Fixed a problem from r10036. Fixed #10470.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10037] Fixed #10472 -- Fixed a race condition in reverse URL resolving.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10036] Fixed #10470 -- Fixed a race condition in middleware initialization.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10035] Fixed #10467 -- Fixed generated INSERT SQL for PostgreSQL 8.1 and earlier.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10034] Return last insert ID correctly when the feature is enabled.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10033] Slight refactoring of isolation setting from r10029.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Fixed last failing test for SpatiaLite.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
SpatiaLite almost done, only one failing distance test left.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Some more tweaks for SpatiaLite.
trunk
|
changeset |
files
|
| 3 years ago |
Justin Bronn |
Merged w/trunk up to 10032. Because of recent changes to database creation, renamed `create_spatial_db` to `create_test_spatial_db` because that's what it does; moved `backend.postgis.creation.getstatusoutput` to `backend.util` because SpatiaLite backend also makes use of it; greatly improved SpatiaLite test database creation.
trunk
|
changeset |
files
|
| 3 years ago |
ikelly |
[svn r10032] Fixed some breakages in the Oracle test database handling from r10026.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10031] Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic on Memcache; implemented as a 2 stage retrieve/update on other backends. Includes refactor of the cache tests to ensure all the backends are actually tested, and a fix to the DB cache backend that was discovered as a result. Thanks to Michael Malone for the original patch.
trunk
|
changeset |
files
|
| 3 years ago |
russellm |
[svn r10030] Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10026].
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10029] Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10028] Fixed the django.contrib.gis test database creation as well.
trunk
|
changeset |
files
|
| 3 years ago |
mtredinnick |
[svn r10027] Fixed some breakages in the test database handling from r10026.
trunk
|
changeset |
files
|