Russell Keith-Magee
|
7856a759d0
Fixed #12715 -- Clarified the docs on the usage of database routers, especially regarding the default routing scheme. Thanks to Chris Curvey for the suggestion.
|
15 years ago |
Russell Keith-Magee
|
70aee5b48f
Fixed some problems with the Frisian translation added in r12324.
|
15 years ago |
Russell Keith-Magee
|
ab638181ae
Fixed #12711 -- Added the start of a Frisian locale. Thanks to Wim Benes.
|
15 years ago |
Russell Keith-Magee
|
5926f94be4
Fixed #12419 -- Updated Romanian translation. Thanks to xlotlu.
|
15 years ago |
Russell Keith-Magee
|
cca3862fad
Fixed #12357 -- Added a start of a Bosian translation. Thanks to Tim Langeman.
|
15 years ago |
Russell Keith-Magee
|
8d55014348
Fixed #12015 -- Updated Czech translation. Thanks to Vlada Macek.
|
15 years ago |
Russell Keith-Magee
|
b63dd54bd7
Fixed #11894 -- Updated Slovakian translation. Thanks to mandre.
|
15 years ago |
Russell Keith-Magee
|
d5801537c4
Fixed #11666 -- Updated Dutch translation. Thanks to joeri and tinodb.
|
15 years ago |
Russell Keith-Magee
|
250a21922d
Fixed #11645 -- Updated French translation. Thanks to claudep.
|
15 years ago |
Russell Keith-Magee
|
85fb4a8623
Fixed #11468 -- Updated Norwegian translation. Thanks to jonklo.
|
15 years ago |
Luke Plant
|
8daec78cfd
Fixed #12557 - AnonymousUser should check auth backends for permissions
|
15 years ago |
Luke Plant
|
3f50119868
Added some release notes for the object permissions foundation (added in r11807)
|
15 years ago |
Justin Bronn
|
8f46cdec97
Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanaged models. Thanks, jtiai for report.
|
15 years ago |
Justin Bronn
|
ff6b44980a
`GeoQuerySet.distance` now allows calculations to/from non-point geodetic geometry fields as allowed on PostGIS 1.5.
|
15 years ago |
Justin Bronn
|
a6a176013a
Updated MANIFEST.in to include the GeoDjango test fixture directories.
|
15 years ago |
Justin Bronn
|
9a8449afe1
Fixed #12605 -- Removed redundant import of `ImproperlyConfigured`. Thanks, tmcw.
|
15 years ago |
Justin Bronn
|
14acace029
Fixed #12706 -- Forgot to pass `using` kwarg in parent class initialization of `GeoQuerySet`. Thanks, albsen.
|
15 years ago |
Russell Keith-Magee
|
65b6080da2
Fixed #12703 -- Corrected a test suite failure in the admin_views tests.
|
15 years ago |
Russell Keith-Magee
|
58cd220f51
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_related(). Thanks to George Vilches, Ben Davis, and Alex Gaynor for their work on various stages of this patch.
|
15 years ago |
Russell Keith-Magee
|
8e8d4b5888
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cache backend interface. Thanks to Jeff Balogh for the report and patch.
|
15 years ago |
Russell Keith-Magee
|
c6ee1f6f24
Fixed #12693 -- Improved error handling when there is an error setting up the database router chain. Thanks to dhageman for the report and fix.
|
15 years ago |
Russell Keith-Magee
|
c8873bbba7
Made the database master router tolerant of router definitions that omit individual routing methods.
|
15 years ago |
Justin Bronn
|
b0d218e9e2
`OGRGeometry` objects may now be pickled.
|
15 years ago |
Justin Bronn
|
25f47bbbb6
Applied DRY and centralized geometry input regular expressions; `OGRGeometry` may now consume and output EWKT.
|
15 years ago |
Justin Bronn
|
f9f04a49e8
Got rid of Python 2.3 compatibility global, and thus `OGRGeomType` import wrapping with try/except no longer necessary.
|
15 years ago |
Justin Bronn
|
474ce51ffd
Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` function, added `truncate_params` attribute to spatial backend, and re-enabled the `relate` lookup tests. Thanks, jtiai, for the bug report.
|
15 years ago |
Jannis Leidel
|
a260980f98
Ported collapsible admin fieldsets to jQuery. Thanks Rob Hudson.
|
15 years ago |
Jannis Leidel
|
f109f36a06
Fixed #12282 - When paginated allow selecting all items in the admin changlist.
|
15 years ago |
Jannis Leidel
|
c14937cf7a
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
|
15 years ago |
Jannis Leidel
|
df82175c17
Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.
|
15 years ago |