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 |
Adrian Holovaty
|
31eb0fbe3d
|
Fixed #10887 -- Fixed a possible gotcha in admin.autodiscover() by moving import_module() outside the try/except. Thanks, lsaffre
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:56:53 +00:00 |
Adrian Holovaty
|
5bcaa45d33
|
Fixed #11501 -- Removed 'How meta' from tutorial 2 to appease the grammar nazis
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:55:04 +00:00 |
Adrian Holovaty
|
260c5de2f9
|
Fixed #11693 -- Added escaping for the dot in sitemap.xml in the URLpattern in sitemaps.txt. Thanks, timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:53:11 +00:00 |
Adrian Holovaty
|
34db1d6474
|
Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/managers.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:51:32 +00:00 |
Adrian Holovaty
|
74f88194c3
|
Fixed #12345 -- Fixed bug in db/models.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:50:28 +00:00 |
Adrian Holovaty
|
287de02764
|
Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:49:04 +00:00 |
Adrian Holovaty
|
7d9de178e7
|
Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaev
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:48:08 +00:00 |
Adrian Holovaty
|
2ef52d0ce2
|
Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:44:39 +00:00 |
Adrian Holovaty
|
cc25361b17
|
Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:42:30 +00:00 |
Adrian Holovaty
|
7789e9c006
|
Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to 'timeout'. Thanks, galund and timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:40:24 +00:00 |
Adrian Holovaty
|
5ce16c7e27
|
Fixed #12161 -- Added escaping of a backslash in two generic-views.txt examples. Thanks, infopams
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12182 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:38:00 +00:00 |
Adrian Holovaty
|
457df03c99
|
Fixed #12084 -- Documented the fact that QuerySet.update() returns the number of affected rows. Thanks, timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12181 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:36:45 +00:00 |
Adrian Holovaty
|
5ceed0a053
|
Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:36:20 +00:00 |
Adrian Holovaty
|
bef891399e
|
Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12179 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:09:26 +00:00 |
Adrian Holovaty
|
26dc654818
|
Fixed #11884 -- Clarified documentation to explain how to activate the built-in admin reference. Thanks, DmitryRisenberg and timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:07:46 +00:00 |
Adrian Holovaty
|
91d9108f6e
|
Removed unnecessary debugging statement in admin_views regression test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:03:36 +00:00 |
Adrian Holovaty
|
692f84c4f1
|
Fixed #11880 -- Changed admin URLconfs in docs to use raw strings, for consistency. Thanks, jb0t
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 18:01:22 +00:00 |
Adrian Holovaty
|
4606e0898e
|
Fixed #12228 -- Updated flatpages examples. Thanks, johnthedebs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 17:58:41 +00:00 |
Adrian Holovaty
|
7c0326bcca
|
Fixed #12537 -- Fixed error in Model.full_validate(). Thanks, gauss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-01-10 17:56:52 +00:00 |