Jannis Leidel
|
63662ff924
|
Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 21:35:26 +00:00 |
Jannis Leidel
|
e0dc28df55
|
Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 21:34:50 +00:00 |
Jannis Leidel
|
1295282c0a
|
Fixed #8468 - Updated class names in docs of Polish local flavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 21:34:12 +00:00 |
Jannis Leidel
|
4b2e674329
|
Fixed #12017 - Overriding the default error message of the UKPostcodeField works again.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 21:33:30 +00:00 |
Jannis Leidel
|
6eb205c914
|
Fixed #11123 - Added Irish (ie) localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 21:33:00 +00:00 |
Jannis Leidel
|
82b33b1d80
|
Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for providing the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 21:32:24 +00:00 |
Jannis Leidel
|
3825bb2350
|
Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra for providing the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 21:31:47 +00:00 |
Justin Bronn
|
f2d0ae93f8
|
Fixed problem in which SpatiaLite library would not be loaded for the connection under certain circumstances, e.g., when using the geographic admin. Thanks, jtiai, for the bug report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-01 10:36:22 +00:00 |
Karen Tracey
|
dae4972b4d
|
Ensure the default keyboard interrupt handler is restored
even if the test runner raises an exception. Thanks Alex
Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-31 19:52:26 +00:00 |
Karen Tracey
|
d406a8de8a
|
Typo fix for doc added in r12034. Thanks Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-31 19:23:23 +00:00 |
Karen Tracey
|
9a55432213
|
Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Thanks Randy Barlow.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-31 18:48:28 +00:00 |
Justin Bronn
|
c35868ab9b
|
Fixed #12468 -- Use the `DatabaseOperations` class from the `postgresql_psycopg2` backend as the base class for `PostGISOperations`. Thanks, drdaeman, for bug report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-31 08:03:50 +00:00 |
Jannis Leidel
|
57d7181caa
|
Fixed #12462 - Fixed edge case with auth backends that don't support object permissions. Thanks to Florian Apolloner for catching it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-30 22:12:57 +00:00 |
Jannis Leidel
|
f93657218c
|
Fixed Norwegian date and time input format strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-30 22:12:37 +00:00 |
Jannis Leidel
|
fa0653cd1d
|
Fixed #12454 - Added support for localized formats to admin date and time widgets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-30 22:12:16 +00:00 |
Jannis Leidel
|
bf33d3eb1d
|
Fixed #12444 - Date based widgets now correctly handle input values when using locale-aware formatting. Also fixes #7656.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-30 22:11:48 +00:00 |
Jannis Leidel
|
6eb02fa9bb
|
Fixed #12448 - Make sure format strings are handled correctly as unicode.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-30 22:11:11 +00:00 |
Jarek Zgoda
|
dcdca8d78c
|
Fixed #12461: better translation for error message. Thanks jwilk for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-30 07:58:08 +00:00 |
Justin Bronn
|
ca64e9d85f
|
Fixed #12458 -- no longer use try/except/finally syntax in PostGIS and SpatiaLite backends as it's incompatible with Python 2.4. Thanks, knutin, for bug report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-29 11:18:35 +00:00 |
Justin Bronn
|
2b9d216ffc
|
When `GEOSFree` is not available on NT platforms, have to specifically use the MS C library.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-29 10:39:08 +00:00 |
Justin Bronn
|
a488589461
|
Fixed #12344 -- Using `select_related()` on geographic fields with the Oracle spatial backend now works.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-29 10:18:56 +00:00 |
Justin Bronn
|
4ab21fbf40
|
Fixed `GeoManager.get_query_set` incompatibility with `db_manager` method.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-29 09:57:37 +00:00 |
Nicola Larosa
|
b7cb882471
|
Updated italian translation of formats.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-28 14:17:51 +00:00 |
Luke Plant
|
3952d3129c
|
Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect type
Thanks to mmachine for report and test, and Chris Beaven for the patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-28 14:08:11 +00:00 |
Luke Plant
|
5957052acb
|
Corrected bad example for DATABASES setting
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-28 13:13:04 +00:00 |
Russell Keith-Magee
|
c38d66a216
|
Fixed #12112 -- Made the colors used by syntax highlighting customizable.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-28 06:48:47 +00:00 |
Russell Keith-Magee
|
9319f89547
|
Fixed #12452 -- Ensured that all connections are closed when a request is finished. Thanks to samuel@lefora.com for the report and fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-28 05:11:57 +00:00 |
Justin Bronn
|
1d581cda67
|
Fixed #11609 -- The `check_pointer` error checking routine and `GDALBase._set_ptr` are now able to handle the long pointer addresses used by some x86_64 platforms. Thanks, rmkemker, for the bug report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-27 09:06:33 +00:00 |
Justin Bronn
|
f58fb383fb
|
Fixed #12450 -- `GEOSFree` was really added in GEOS 3.1.1, not 3.1.0. Thanks, jpwatts for the bug report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12004 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-27 08:07:08 +00:00 |
Gary Wilson Jr
|
adc6113515
|
i18n documentation fixes:
* Fixed typo (fixes #12449, thanks googol).
* Wrapped long lines.
* Removed unused link target directive.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-26 18:02:09 +00:00 |
Nicola Larosa
|
dd42e4af16
|
Italian translation updated
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11998 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-26 16:35:27 +00:00 |
Gary Wilson Jr
|
eddb478058
|
Removed a couple completed TODO items from the documentation documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11996 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-26 06:49:54 +00:00 |
Gary Wilson Jr
|
adb74a8f2e
|
Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-26 06:37:26 +00:00 |
Gary Wilson Jr
|
66ef91d02a
|
Fixed #11570 -- Changed output in examples to unicode strings, thanks adamnelson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-26 03:59:53 +00:00 |
Gary Wilson Jr
|
c6fa4936b3
|
Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-26 03:44:21 +00:00 |
Gary Wilson Jr
|
39122c841f
|
Fixed #12205 -- Corrected malformed reference links in the 1.1 and 1.1-alpha release notes, and corrected position of field lookup reference label. Thanks velmont and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-26 00:55:06 +00:00 |
Gary Wilson Jr
|
6154d58cb5
|
Form wizard documentation tweaks:
* Simplified Sphinx references to FormWizard class.
* Wrapped long lines.
* Added references to template loader functions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-25 21:07:11 +00:00 |
Gary Wilson Jr
|
b4f5e80cd1
|
Added a few Sphinx directives to the form API and template API docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-25 20:51:30 +00:00 |
Justin Bronn
|
ac6273d675
|
Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMapping.geometry_column` and replaced with `LayerMapping.geometry_field` because getting the `geometry_columns` entry was completely unnecessary, and only the geometry field instance is needed; cleaned up and fleshed out the `geogapp` tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-25 14:37:57 +00:00 |
Russell Keith-Magee
|
7626f851e3
|
Fixed #12447 -- Corrected a bad example in the multi-db docs. Thanks to Bryan Veloso for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11982 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-25 10:26:36 +00:00 |
Justin Bronn
|
9b8e90f937
|
Yes, Virginia, `ST_MakeLine` really exists in PostGIS 1.3 and above.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 15:07:53 +00:00 |
Justin Bronn
|
474fb8c3ae
|
Fixed #12438 -- now use `GEOSFree` to free string pointers allocated within GEOS when available; now parse out subminor version, and added a `GEOS_VERSION` tuple.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 14:53:51 +00:00 |
Jannis Leidel
|
7d0c196b86
|
Fixed #12425 - Typo in Ukrainian translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 14:24:11 +00:00 |
Jannis Leidel
|
b5a4aef43d
|
Updated i18n tests a little to handle test failures better and updated Argentinian Spanish format strings. Thanks to Ramiro Morales. Refs #11637.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 14:23:52 +00:00 |
Jannis Leidel
|
7e44efb853
|
Updated Czech format strings. Thanks Honza Král. Refs #11637.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 14:23:22 +00:00 |
Russell Keith-Magee
|
a8155af4e9
|
Fixed #12428: Ensured that the dummy backend is installed correctly on a fresh project generated by django-admin.py startproject. Thanks to Simon for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 05:57:43 +00:00 |
Russell Keith-Magee
|
efbace6b7e
|
Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQuery. Thanks to bjunix for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 05:35:43 +00:00 |
Russell Keith-Magee
|
c8f22aef23
|
Fixed #12426 -- Corrected typo in multi-db docs. Thanks to btbytes for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-24 03:21:13 +00:00 |
Justin Bronn
|
e1f6b4b82f
|
Added tests for PostGIS geography support; added `proj_version_tuple` to PostGIS spatial backend operations; made `distapp` tests take into account different datums in PROJ.4 4.7; and added svn:ignore properties for recently-added directories.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-23 20:45:08 +00:00 |
Jarek Zgoda
|
18d754d681
|
Updated Polish translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-23 12:07:39 +00:00 |