https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
3de5792 [gsoc2009-testing] Massive merge update to trunk. This is to prep for upload git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11480 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 September 2009, 17:36:43 UTC
bb9cc01 Fixed #6674: Documented a couple of widget arguments. Thanks timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11478 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 August 2009, 12:40:47 UTC
dcf3be7 Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11477 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 August 2009, 15:45:48 UTC
e263cc0 Fixed #11049: introspection on Oracle now identifies IntegerFields correctly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11475 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 August 2009, 21:42:39 UTC
e0ce9d7 Fixed an assumed ordering in the queries regression tests by making it explicit. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11474 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 August 2009, 16:05:25 UTC
150ef1a Correct a typo and a reST formatting problem in [11466]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11467 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 August 2009, 10:51:35 UTC
5eda3a1 Add new documentation covering the layout of the Django SVN repository. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11466 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 August 2009, 10:23:43 UTC
eaf1f7d Fixed #11534: Improved wording for admin delete confirmation. Thanks hanksims and others who reported this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11447 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2009, 17:16:29 UTC
ab6d689 Fixed #11471: Fixed typo in a comment in admin options.py. Thanks adamv. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11446 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2009, 17:04:42 UTC
b82ad10 Fixed #11508: Adding missing word to form wizard doc. Thanks thepointer and timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11444 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2009, 16:59:59 UTC
c851702 Fixed #11573: Updated Nginx url. Thanks bryanveloso. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11442 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2009, 16:53:19 UTC
e6e96d8 Fix the expressions modeltest to work on Pythons earlier than 2.5. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11423 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 August 2009, 15:44:09 UTC
34b4d1e Bumped the version number in the docs to reflect Djagno 1.1 is released. This changes a bunch of "new in development version" annotations to say "new in Django 1.1" for example. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11413 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 August 2009, 02:56:19 UTC
e2d14c0 [gsoc2009-testing] Massive merge update to trunk. This is in preparation for the release of a sample app and tests git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11385 bcc190cf-cafb-0310-a4f2-bffc1f526a37 04 August 2009, 09:30:09 UTC
cb5e5dc Add a trove classifier that I missed when I originally set these up. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11381 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 August 2009, 21:16:54 UTC
7ac1d98 Updated my bio to reflect current status git-svn-id: http://code.djangoproject.com/svn/django/trunk@11379 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 August 2009, 08:30:03 UTC
10d7e0e And remove the download_url since that only applies to the exact rev we packaged as 1.1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 31 July 2009, 01:37:48 UTC
70b3b68 Trunk is now 1.2 pre-alpha. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11369 bcc190cf-cafb-0310-a4f2-bffc1f526a37 30 July 2009, 19:57:49 UTC
542c33e Add release date to 1.1 release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11365 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 05:52:06 UTC
2735836 Update packaging info for 1.1 release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11364 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 05:51:03 UTC
d78cf61 BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware. In a nutshell, it's been demonstrated that this middleware can never be made reliable enough for general-purpose use, and that (despite documentation to the contrary) its inclusion in Django may lead application developers to assume that the value of ``REMOTE_ADDR`` is "safe" or in some way reliable as a source of authentication. So it's gone. See the Django 1.1 release notes for full details, as well as upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11363 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 05:35:51 UTC
91f1840 Added 1.1 release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11362 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 05:31:00 UTC
1349c7b We don't need to put the 'final' bit in the version number, and it messes up some pypi stuff. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11358 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 04:10:05 UTC
31f2b85 Updated svn:ignore properties for a recently added directory git-svn-id: http://code.djangoproject.com/svn/django/trunk@11352 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 02:53:47 UTC
8bee460 SECURITY ALERT: Corrected a problem with the Admin media handler that could lead to the exposure of system files. Thanks to Gary Wilson for the patch. This is a security-related update. A full announcement, as well as backports for 1.0.X and 0.96.X will be forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11351 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 02:40:14 UTC
d1cb1eb Fixed #11575 -- Updated Thai translation. Thanks to KayEss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11349 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 July 2009, 00:25:06 UTC
a403a64 Fixed #11575 -- Updated Thai translation. Thanks to KayEss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11346 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 July 2009, 14:40:19 UTC
bbd2953 Fixed #11567 -- Updated Danish translation. Thanks to Finn Gruwier Larsen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11345 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 July 2009, 14:39:11 UTC
8708280 Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks to rbonvall for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11344 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 July 2009, 14:38:11 UTC
3412860 Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't include proxy models in their output. Thanks to Anssi Kaariainen for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11343 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 July 2009, 14:32:30 UTC
e00150a Italian translation: further corrections git-svn-id: http://code.djangoproject.com/svn/django/trunk@11341 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 July 2009, 09:11:41 UTC
1707304 Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11340 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 July 2009, 04:21:31 UTC
6644ef7 Fixed #11519 -- Corrected minor typo in release notes index. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11338 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 July 2009, 01:52:23 UTC
28c6aee Italian translation: more corrections git-svn-id: http://code.djangoproject.com/svn/django/trunk@11337 bcc190cf-cafb-0310-a4f2-bffc1f526a37 26 July 2009, 17:26:43 UTC
a25dde2 Italian translation: updates, corrections, added ugly but more correct suffixes to some gender-varying words git-svn-id: http://code.djangoproject.com/svn/django/trunk@11334 bcc190cf-cafb-0310-a4f2-bffc1f526a37 26 July 2009, 16:52:22 UTC
be9a8fb Italian translation: commit of regenerated django.po to have significant commit diffs afterwards git-svn-id: http://code.djangoproject.com/svn/django/trunk@11333 bcc190cf-cafb-0310-a4f2-bffc1f526a37 26 July 2009, 15:49:21 UTC
e3410b4 Fixed #11540 -- Updated Estonian translation. Thanks to Erik Allik and Mart Sõmermaa. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11331 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 July 2009, 05:29:41 UTC
a69a95b Fixed #11550 -- Updated Macedonian translation. Thanks to Vasil Vangelovski. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11330 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 July 2009, 05:28:42 UTC
4a01812 Fixed #11546 -- Modified the mail regression test to avoid getting hung up on 32/64 bit differences. Thanks to Richard Davies for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11328 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 July 2009, 05:14:46 UTC
5d57edc Fixed #11543 -- Updated Norwegian translation. Thanks to jonklo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11324 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 July 2009, 14:18:06 UTC
b2f72fc Fixed #11527 -- Added unit tests and documentation for the use of F() expressions in single object updates. Thanks to Zachary Voase for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11322 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 July 2009, 13:38:36 UTC
007bfdd Updated German translation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11318 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 17:48:00 UTC
c8f4d37 Updated Argentinian spanish translation for trunk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11316 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 15:01:48 UTC
6750521 Fixed #11528 -- Updated Traditional Chinese translation. Thanks to Qing Feng/ git-svn-id: http://code.djangoproject.com/svn/django/trunk@11315 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 14:32:26 UTC
53d16b1 Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin when the admin is deployed using the old style admin.root approach. Thanks to JP for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11314 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 14:31:33 UTC
a135608 Fixed #11408 -- Updated Brazilian Portuguese translation. Thanks to Guilherme Gondim. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11313 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:58:00 UTC
92af073 Fixed #11045 -- Updated Dutch translation. Thanks to joeri and rvanlaar. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11312 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:27:06 UTC
7dc3576 Fixed #11530 -- Updated Portuguese translation. Thanks to Nuno Mariz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11311 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:25:58 UTC
90d099f Fixed #11528 -- Updated Traditional Chinese translation. Thanks to Qing Feng. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11310 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:24:52 UTC
1f044ed Fixed #11525 -- Updated Russian translation. Thanks to dc and kmike. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11309 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:23:34 UTC
41852f0 Fixed #11524 -- Updated Japanese translation. Thanks to Takashi Matsuo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11308 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:22:05 UTC
6e2fe42 Fixed #11507 -- Updated Bengali translation. Thanks to Nasimul Haque. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11307 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:20:25 UTC
d0affb2 Fixed #11467 -- Updated Macedonian translation. Thanks to Vasil Vangelovski. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11306 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:18:45 UTC
52cb164 Fixed #11408 -- Updated Brazilian Portuguese translation. Thanks to Guilherme Gondim. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11305 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:17:10 UTC
507e07e Fixed #11323 -- Updated Korean translation. Thanks to Hyun Mi Ae and Joongi Kim. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11304 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:15:30 UTC
e8789de Fixed #11067 -- Updated Arabic translation. Thanks to Ossama M. Khayat. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11303 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:13:17 UTC
a2bf2eb Fixed #11040 -- Updated Finnish translation. Thanks to Leo Honkanen, Antti Kaihola and Uninen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11302 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:11:22 UTC
bdbcb6a Fixed #10900 -- Updated Czech translation. Thanks to Elvard, Petr Marhoun and Vláďa Macek. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11301 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:09:28 UTC
dbdf65c Fixed #10885 -- Updated Hebrew translation. Thanks to Alex Gaynor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11300 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:07:33 UTC
f1c00a2 Fixed #10663 -- Updated Serbian (Cyrillic) translation; added a Serbian (Latin) sr_Latn translation set. Thanks to Branko Vukelic and Janos Guljas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11299 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 July 2009, 13:05:43 UTC
f0a864b [gsoc2009-testing] Merging again before pushing. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11298 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 13:21:08 UTC
6d06683 [gsoc2009-testing] RollbackImporter has proven to be a poor match for djangos loading system, removing git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11297 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 13:17:57 UTC
e980218 [gsoc2009-testing] Adding my global importer which can force a reload of all modules. (so coverage can account for startup as well) git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11296 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 13:17:49 UTC
bf5d010 [gsoc2009-testing] Merging from upstream git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11295 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 13:17:41 UTC
afa7b39 [gsoc2009-testing] Finally fixed the coverage issue by tracing all imports to a file, then loading on test run. Also, this has a copy of the python twill runner, still working on the DSL version git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11294 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 13:12:26 UTC
2511eb2 [gsoc2009-testing] Upstream Merge git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11293 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 13:11:55 UTC
7e26c10 [gsoc2009-testing] Upstream merge git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11292 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 12:43:04 UTC
b162138 [gsoc2009-testing] Merging from trunk, some tests no longer pass git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11291 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 08:59:57 UTC
f4cb4eb Update setup.py for RC 1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11290 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 02:11:55 UTC
d65a8e0 Bump django.VERSION for RC 1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11289 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 02:09:01 UTC
84d86c0 Clarify the description of URL namespacing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11288 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 01:41:16 UTC
d33386c Add draft release notes for 1.1 RC 1. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11287 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 July 2009, 01:26:47 UTC
bbac0cc Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to prevent an encoding bug that occurs in some installations. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11285 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 July 2009, 21:20:18 UTC
2d781aa Updated my bio. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11281 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 July 2009, 16:45:13 UTC
fb56401 Fixed #11493 -- Added an internal document listing the APIs that have been formally deprecated. Thanks to Alex Gaynor for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11277 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 July 2009, 01:51:40 UTC
bc5a7c0 Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11276 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 July 2009, 01:50:06 UTC
42ff5b3 Cleanup of some minor markup problems in URL documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11275 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 July 2009, 01:48:59 UTC
2fffe39 Fixed #11498 - fix wrong translation in admin actions form. Thanks for sayane for report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11267 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 July 2009, 20:04:03 UTC
260cf21 Added myself to AUTHORS and updated my bio. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11265 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 July 2009, 16:44:57 UTC
0c9d0bf Fixed #11492 -- Corrected some typos, and added some extra markup for the URLs documentation. Thanks to Ramiro Morales for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11258 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 July 2009, 00:55:21 UTC
3469f4b Fixed #11491 -- Corrected minor typo in new namespace URL docs. Thanks to Carl Meyer for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11253 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 July 2009, 23:45:36 UTC
53b8809 Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabled problematic test cases on Oracle and added notes on why. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11251 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 July 2009, 22:38:22 UTC
8d48eaa Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. This change is backwards incompatible for anyone that is using the named URLs introduced in [9739]. Any usage of the old admin_XXX names need to be modified to use the new namespaced format; in many cases this will be as simple as a search & replace for "admin_" -> "admin:". See the docs for more details on the new URL names, and the namespace resolution strategy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11250 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 July 2009, 16:16:13 UTC
9fd19c0 Fixed #11229 -- Updated the mod_wsgi deployment documentation to avoid references to mod_python and techniques that are not recommended or required for mod_wsgi. Thanks to Graham Dumpleton for the suggestion and guidance. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11249 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 July 2009, 16:08:18 UTC
49f0a4b Fixed #10908 -- Clarified the procedure for creating test users in the testing docs. Thanks to gruszczy and timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11248 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 July 2009, 16:06:53 UTC
93d8647 Fixed #11480 -- Corrected markup error in admin docs. Thank to msgre for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11240 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 13:57:46 UTC
6f25903 Fixed #11235 -- Added a missing clause from some sample SQL in the queryset docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11239 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 13:56:50 UTC
5727374 Fixed #11348 -- Trimmed the width of a screenshot image in the admin docs. Thanks to smcoll for the new image. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11238 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 13:55:50 UTC
3c6036a Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag rather than a placeholder. Thanks to jcassee for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11237 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 13:54:45 UTC
75514ab Fixed #11374 -- Modified the documentation for forms.BooleanField to allow for the fact that it can be rendered using widgets other than a checkbox. Thanks to lygaret for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11236 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 13:54:11 UTC
e114cbf Fixed #11469 -- Removed suspicion that Django developers have trouble counting to four. Thanks to msgre for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11235 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 13:53:29 UTC
b1e645b Fixed #10287 -- Added better examples in the docs of formset validation. Thanks to Andrew Badr for the text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11234 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 13:52:39 UTC
9c5075d Forgot to add `collect` to `GeoManager`. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11232 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 July 2009, 02:20:51 UTC
e992e57 Fixed #11416 -- Restored use of the never_cache decorator on admin views. Thanks to Ramiro Morales and Michael Newmann for their work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11229 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 July 2009, 13:46:31 UTC
33ea28c Forgot to add the `collect` GeoQuerySet method to correspond to the `Collect` aggregate object; also added tests for this operation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11227 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2009, 20:34:27 UTC
ebce1b9 Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks to Ramiro Morales for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11221 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2009, 15:38:47 UTC
2124811 Fixed #11438 -- Corrected some bad grammar in the custom fields docs. Thanks to thepointer for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11220 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2009, 15:38:08 UTC
f36b389 Fixed #11453 -- Added note on customizing SERVER_EMAIL for error reporting. Thanks to seveas for the suggestion and draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11219 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2009, 15:37:38 UTC
6bf55a1 Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks to seveas for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11218 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2009, 15:37:08 UTC
9515c00 Fixed #11454 -- Corrected mismatched parenthesis in admin docs. Thanks to seveas for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11217 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2009, 15:36:31 UTC
back to top