Ian Kelly
|
fb5f8d7b14
|
Fixed an Oracle test failure introduced in [12226].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-19 18:09:03 +00:00 |
Russell Keith-Magee
|
b3e1162ca5
|
Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table creation methods. Also added PendingDeprecation warnings to those methods. Thanks to Alex for the suggestion, and Ramiro for the report and fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-19 01:25:30 +00:00 |
Russell Keith-Magee
|
e2d094b8fb
|
Fixed #12640 -- Corrected a regression in test suite construction order introduced by #12255. Also updated the docs to reflect what the test code has always done. Thanks to Ramiro Morales for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-19 01:14:02 +00:00 |
Russell Keith-Magee
|
9aba6f807e
|
Fixed #12638 -- Minor documentation cleanups around the new class-based test runners. Thanks to Ramiro Morales for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-18 23:53:08 +00:00 |
Russell Keith-Magee
|
be26f1ace4
|
Updated the docs around test runners to encourage the use of **kwargs in the test runner constructor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-18 23:49:20 +00:00 |
Justin Bronn
|
6b659270d6
|
Fixed problems associated with the `GeometryField` SRID cache: it is now keyed by the connection alias rather than the spatial backend name (e.g., `spatial_ref_sys` tables may have different entries, even if backend is the same), explicitly pass in connection alias to `SpatialRefSys` query to ensure correct entry is retrieved, and removed unused code from `GeometryField.get_distance`. Thanks, Josh Livni, for the bug report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-18 21:49:13 +00:00 |
Justin Bronn
|
a1fbc0dc36
|
Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-18 21:02:47 +00:00 |
Luke Plant
|
58440c0b66
|
Fixed typo in docs - supports_objects_permissions should be supports_object_permissions
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-18 20:51:29 +00:00 |
Russell Keith-Magee
|
53b61d9c02
|
Fixed #12624 -- Modified test runners to be class based.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-18 15:11:01 +00:00 |
Karen Tracey
|
34e420184c
|
Fixed bad indentation in contenttypes code example so that cut and paste from doc will work.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-18 13:00:22 +00:00 |
Jannis Leidel
|
235bf7f1f7
|
Fixed test introduced in r12044 to actually test the issue.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-17 22:49:27 +00:00 |
Jannis Leidel
|
d033dfd894
|
Added a few more versionadded directives to the documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-17 22:29:50 +00:00 |
Jannis Leidel
|
2187fa3ea4
|
Added versionchanged directive to docs introduced in r12139.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-17 22:29:30 +00:00 |
Jacob Kaplan-Moss
|
5bc344ceca
|
Fixed a form test from [12211] that didn't clean up after itself. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12232 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-16 22:45:39 +00:00 |
Luke Plant
|
2e9518bb39
|
Created a 'DB optimization' topic, with cross-refs to relevant sections.
Also fixed #10291, which was related, and cleaned up some inconsistent doc labels.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-16 03:13:16 +00:00 |
Justin Bronn
|
19fad16414
|
Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwards-compatible alias), added `database` keyword for multi-db, removed deprecated `SpatialBackend` references; no longer use `get_or_create` and look for existing entry based on SRID value.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-14 17:43:46 +00:00 |
Joseph Kocherhans
|
a2a5602b19
|
Fixed #12560. Changed validate_unique to stop checking null primary key values. Thanks, Honza Král.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-14 17:04:53 +00:00 |
Russell Keith-Magee
|
2b2db12032
|
Fixed #12386 -- Corrected the column names produced for autogenerated m2m tables when the related table is specified as a dot-separated string. Thanks to ldevesine for the report and simonb for the extra test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-14 14:55:36 +00:00 |
Jannis Leidel
|
373076a3cc
|
Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-14 11:12:24 +00:00 |
Russell Keith-Magee
|
0ca28f3926
|
Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-13 23:54:07 +00:00 |
Russell Keith-Magee
|
6afd505b5b
|
Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-13 11:07:16 +00:00 |
Jannis Leidel
|
f56f6e9405
|
Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 23:37:07 +00:00 |
Jannis Leidel
|
9614b0190f
|
Fixed #11794 - Typo in model manager documentation. Thanks, timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 23:36:43 +00:00 |
Jannis Leidel
|
e752d4984a
|
Fixed #12496 - Added code examples to built-in filter documentation. Thanks, Arthur Koziel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 23:36:19 +00:00 |
Jannis Leidel
|
f4998574d3
|
Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 23:35:54 +00:00 |
Jannis Leidel
|
c4470e5ced
|
Make use of new ability to override admin add form templates and removed a litle bit of redundancy in the templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 23:35:29 +00:00 |
Jannis Leidel
|
a205691979
|
Fixed #8933 - Allow more admin templates to be overridden.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 23:34:46 +00:00 |
Jannis Leidel
|
31f3a8c1ad
|
Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 23:34:03 +00:00 |
Luke Plant
|
09b585e4bb
|
Fixed #12588 - test failure since r12207
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 22:03:00 +00:00 |
Justin Bronn
|
32e0117abb
|
Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicable. Thanks, Tuure Laurinolli, for assistance in developing this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 18:40:54 +00:00 |
Joseph Kocherhans
|
418bfa2819
|
Fixed #12516. Added the new location of email_re to the release notes. This regex is undocumented, so we're not putting in an import for backwards compatibility.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 14:58:47 +00:00 |
Joseph Kocherhans
|
379ffbc1da
|
Fixed #12525. Added a note to the validators doucmentation that models will not automatically run validators when saved, and a link to the ModelForm docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 14:58:34 +00:00 |
Joseph Kocherhans
|
223b2721aa
|
Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses implementation. This could cause more than one query when generating choices. Thanks, Petr Marhoun and Honza Kral.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 14:58:24 +00:00 |
Luke Plant
|
eb2cbb6db1
|
Fixed some bad indentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 14:26:17 +00:00 |
Joseph Kocherhans
|
c4ad3dede1
|
Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 14:04:04 +00:00 |
Luke Plant
|
d83769f8dc
|
Documented the backwards incompatibility caused by `in` being a new keyword in the `if` template tag.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 13:14:32 +00:00 |
Luke Plant
|
c56beed240
|
Fixed #12575 - created a better interface for getting/setting the effective level of contrib.messages
Thanks Chris Beaven.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 02:41:57 +00:00 |
Joseph Kocherhans
|
2f9853b2dc
|
Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev.
This reverts some admin and test changes from [12098] and also fixes #12507, #12520, #12552 and #12553.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-12 02:29:45 +00:00 |
Jarek Zgoda
|
26279c5721
|
Fixed #12567: updated Polish translation of GIS terms. Thanks pigletto for patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-11 09:25:10 +00:00 |
Russell Keith-Magee
|
6c9150d818
|
Fixed #12558 -- Improved error handling when processing DATABASES setting. Thanks to Oliver Beattie for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-11 00:54:27 +00:00 |
Adrian Holovaty
|
71e8d5dd87
|
Fixed #11409 -- Reordered the permissions checkboxes in the admin into a more natural progression. Thanks, benspaulding
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 21:58:01 +00:00 |
Adrian Holovaty
|
8bf71f5c8d
|
Fixed #11222 -- Clarified location of admin templates in tutorial02. Thanks, cantorman
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 21:56:15 +00:00 |
Adrian Holovaty
|
dd167aa91e
|
Fixed #11976 -- Ended our campaign to add the word 'valdation' to the English language
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 21:51:14 +00:00 |
Adrian Holovaty
|
8b9cf79ff6
|
Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 21:37:20 +00:00 |
Adrian Holovaty
|
a4b0947a92
|
Fixed #11842 -- django-admin.py now displays usage information if invoked with no arguments. Thanks, bitprophet
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 21:36:12 +00:00 |
Adrian Holovaty
|
e1e4050347
|
Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 21:28:37 +00:00 |
Jarek Zgoda
|
fa4627c3cc
|
Polish translation update
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 21:05:42 +00:00 |
Karen Tracey
|
b45fd3ffdf
|
Fixed: 3274: Added date_list context variable to the archive_month generic view, consistent with archive_index and archive_year. Thanks Sean Brant.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 19:52:17 +00:00 |
Adrian Holovaty
|
9bb1fa7251
|
Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare thanks to isagalaev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 19:23:42 +00:00 |
Adrian Holovaty
|
06645cbda7
|
Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 19:05:39 +00:00 |