https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
7c08f4c Bump everything for 1.3. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 March 2011, 05:06:31 UTC
1743db9 One final final tweak to 1.3 release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15901 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 March 2011, 05:04:19 UTC
5c00199 Finalize 1.3 release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15900 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 March 2011, 05:03:22 UTC
2f3bf28 Made the English in r15897 much betterer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15898 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 23:20:52 UTC
62865b4 Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to boxm for the report, and jpaulett for the draft patch git-svn-id: http://code.djangoproject.com/svn/django/trunk@15897 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 23:18:09 UTC
8e7030d Fixed typo in forms API documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15896 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 23:16:22 UTC
66594be Fixed #15657 -- added the required `form` parameter to the method signatures of `form_valid` and `form_invalid` in the `FormMixin` docs. Thanks to jnns for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15895 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 22:01:27 UTC
a4ef094 Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15894 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 20:12:17 UTC
16f4a2b Minor markup and organization fixes to docs to correct Sphinx errors. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15893 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 14:35:14 UTC
a5d373a Update release notes and other docs for impending 1.3. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15892 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 06:57:12 UTC
09d163e Added Idan to primary authors. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15891 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 01:38:53 UTC
6d8853b Added Idan to committers.txt. Wahoo! git-svn-id: http://code.djangoproject.com/svn/django/trunk@15890 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2011, 01:16:28 UTC
a2c19f7 Tweaked title level in custom file storage systems documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15888 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 March 2011, 15:39:26 UTC
2cb2674 Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translation for backwards compatibility. This change slightly extends what was decided in #11068 (to not update the "no" translation due to complicated maintenance, but only "nb"). Thanks, Transifex! git-svn-id: http://code.djangoproject.com/svn/django/trunk@15887 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 March 2011, 22:16:35 UTC
ada8e2a Pulled translation updates from Transifex again. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15886 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 March 2011, 22:16:14 UTC
7c738cd Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly deleting messages cookies when honoring SESSION_COOKIE_DOMAIN. Thanks, Julien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15885 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 March 2011, 11:27:03 UTC
f5b22ed Fixed #15565: Ensure terminal echo is on after reloader reloads (something turns it off on some systems if reload happens while at a pdb prompt). Thanks for the report zimnyx. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15883 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 March 2011, 22:09:38 UTC
775a6e6 Fixed #15632 -- Ignore unrelated content in template multi-line comment blocks when looking for tokens that identify comments for translators. Thanks andrew AT ie-grad DOT ru for the report and Claude Paroz for spotting the problem and helping to fix it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15882 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 March 2011, 12:56:38 UTC
1a6d98d Fixed #13686 -- Ensure that memcache handling of unicode values in add() and set_many() is consistent with the handling provided by get() and set(). Thanks to nedbatchelder for the report, and to jbalogh, accuser and Jacob Burch for their work ont the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15880 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 March 2011, 02:42:40 UTC
bd0daa0 Fixed staticfiles test that was broken on Windows due to the result of the stdout not being correctly handled as Unicode. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15879 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 March 2011, 18:47:14 UTC
0ff6bbf Added staticfiles test case for filenames with medial capitals. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15878 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 March 2011, 18:47:08 UTC
16ad1d9 Refined exception message to make sure we don't confuse users. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15877 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 March 2011, 18:46:48 UTC
fa85296 Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked individually by the test runner. Thanks to SmileyChris for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15876 bcc190cf-cafb-0310-a4f2-bffc1f526a37 18 March 2011, 01:17:48 UTC
5347bbd Fixed plural forms formula for the Croatian (hr) localization by manually overriding the header of affected .po files and re-generating .mo files, this seems to be a quirck in Transifex export to PO functionality. Thanks bmihelac fot the report. Refs #15634. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15875 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 22:56:10 UTC
413ceb5 Changed 'raise' statements to new style syntax in documentation. Thanks DaNmarner. Refs #15635. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15874 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 20:49:31 UTC
c70bdad Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now recommend the OSGeo4W installer for spatial libraries. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15872 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 20:06:19 UTC
6091f0e Fixed #15621 -- Fixed potentially confusing error message in db backend loading. Thanks, keegan_csmith git-svn-id: http://code.djangoproject.com/svn/django/trunk@15871 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 16:57:37 UTC
a0878b5 Fixed #15627 -- Use constant time comparison for password checks. Thanks to hvdklauw for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15870 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 11:51:07 UTC
7ab5ce6 Fixed #15628 -- Made the admin error email more useful when there isn't a request associated with the message. Thanks to hynek for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15869 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 10:33:08 UTC
354aa94 Fixed #15622 -- Clear content type cache to avoid problems with subsequence TransactionTestCases. Thanks to zyga for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@15867 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 08:41:25 UTC
b49ee91 Fixed #15142 -- Force test views to be non-cached so that projects with caching middleware enabled don't cause test failures. Thanks to jsdalton for the report and patch git-svn-id: http://code.djangoproject.com/svn/django/trunk@15865 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 08:07:40 UTC
1af3342 Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to shelldweller for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15864 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 00:59:30 UTC
c2ae6b2 Fixed #15569 -- Corrected the numbering updates to inlines when rows are added and deleted. Thanks to sbaechler for the report, to Arthur de Jong and mk for the work on the patch, and to Karen Tracey for the last minute testing help. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15862 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2011, 00:44:12 UTC
274849c Added GIS test fixture directories to the MANIFEST. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15860 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 19:02:56 UTC
d60a877 Add `setUp` and `tearDown` methods to the geographic feed and sitemap tests to ensure `Site` exists for tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15856 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 18:22:52 UTC
1273310 Use Sphinx `:download:` directives for spatial database template creation scripts instead of linking to geodjango.org. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15854 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 16:21:16 UTC
4da019e Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interfaces. Thanks, master for ticket and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15852 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 04:44:26 UTC
ad55bb0 Changed django/db/utils.py load_backend() to call sorted() instead of .sort(). Saves us a line of code. Taken from patch for #15621 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15851 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 04:26:38 UTC
304a50d Fixed #15603 -- Changed the traceback error e-mails not to use HTML by default. It's now configurable with an 'include_html' parameter to AdminEmailHandler. Thanks, kmtracey git-svn-id: http://code.djangoproject.com/svn/django/trunk@15850 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 04:13:57 UTC
2ee7cfc Corrected email --> e-mail in topics/logging.txt. Refs #15603 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15849 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 04:02:40 UTC
ccc972e Fixed #15618 -- CookieStorage storage in messages framework now honors SESSION_COOKIE_DOMAIN. Thanks for the report and patch, lamby git-svn-id: http://code.djangoproject.com/svn/django/trunk@15848 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 03:50:51 UTC
f71384a Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefisher and crayz_train git-svn-id: http://code.djangoproject.com/svn/django/trunk@15847 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 03:38:34 UTC
ebd5682 Fixed #15533 -- Now use 3857 as spherical mercator projection instead of deprecated 900913 on platforms that support it. Thanks to cnorthwood for bug report and Christopher Schmidt for OpenLayers JavaScript workaround. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15845 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2011, 02:58:35 UTC
10e1f5d Refined changes to Polish localization format file made in r13298 and r13327 by using non-breaking space. Refs #13577. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15843 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 22:13:36 UTC
d83cf40 Fixed mistake introduced in r15838 regarding naming of Mexican Spanish. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15842 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 22:13:29 UTC
b46cbc4 Fixed #15608 -- Added Nicaraguan Spanish locale (format file only). Thanks, fitoria. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15841 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 22:13:24 UTC
243d0be Fixed #15617 - CSRF referer checking too strict Thanks to adam for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15840 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:37:09 UTC
ad4118b Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. Thanks, traff. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15839 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:13:21 UTC
5050e30 Fixed #15563 -- Update the LANG_INFO dictionary with newly added translations az, es-mx and ur. Thanks, lasko. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15838 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:13:18 UTC
1df1f2a Pulled sites translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15837 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:13:13 UTC
d31cf12 Pulled sessions translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15836 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:12:38 UTC
4380fc2 Pulled redirects translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:12:07 UTC
364cf89 Pulled messages translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15834 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:11:36 UTC
e5ccf0b Pulled localflavor translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15833 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:11:04 UTC
f193c17 Pulled humanize translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15832 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:10:24 UTC
71e6f9b Pulled gis translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15831 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:09:41 UTC
25f975a Pulled formtools translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15830 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:09:10 UTC
f7c8ce1 Pulled flatpages translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15829 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:08:36 UTC
e950cbf Pulled contenttypes translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15828 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:08:06 UTC
1bbe626 Pulled comments translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15827 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:07:32 UTC
ffe88a7 Pulled auth translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15826 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:06:58 UTC
ddbbb60 Pulled admindocs translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15825 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:06:26 UTC
24350e4 Pulled admin translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15824 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:05:50 UTC
0b468d7 Pulled core translation updates from Transifex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15823 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 20:05:03 UTC
b1f67e7 Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/generic-views.txt by adding explicit import statement and using function passing instead of strings in the URLpattern git-svn-id: http://code.djangoproject.com/svn/django/trunk@15822 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 17:07:16 UTC
6eb1c58 Added file mistakenly ommitted from r15819 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15821 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 09:30:01 UTC
87a100b Fixed #15575 -- Corrected handling of pagination in generic views to match documentation and historical behavior. Thanks to Ivan Virabyan for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15820 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 08:24:31 UTC
c966566 Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for the report, and to avenet and Paul Bissex for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15819 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 08:20:14 UTC
23288d1 Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to philwills for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15818 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 08:19:57 UTC
350a56a Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec. Thanks to Martin Tiršel for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@15817 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 08:19:39 UTC
6d991d1 Minor grammar fix to release notes added in r15765. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15816 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 08:19:17 UTC
1fdbcad Fixed #15378 -- Now properly handle OGR layers that have features with invalid geometries. Thanks, kunitoki for bug report and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15813 bcc190cf-cafb-0310-a4f2-bffc1f526a37 15 March 2011, 02:26:37 UTC
dd3313b Fixed #10654 -- Removed 'Does it have syntax errors' from the ImportError in django/conf/__init__.py. Evidently syntax errors raise a SyntaxError. Thanks, gutworth and alexr git-svn-id: http://code.djangoproject.com/svn/django/trunk@15812 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 23:06:06 UTC
4e25bc7 Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner git-svn-id: http://code.djangoproject.com/svn/django/trunk@15811 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 23:00:03 UTC
f43b3f5 Added backwards-incompatibility note for r15805. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15809 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 22:49:14 UTC
ab7ada1 Fixed brittle tests that broke with release of GDAL 1.8. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15806 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 21:15:34 UTC
7d71a9e Fixed #9213 - Added check to prevent inactive users from resetting their password. Thanks to John Scott for report and draft patch, and Evgeny Fadeev for final patch with test. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15805 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 21:14:10 UTC
fd2f180 Fixed #14733: no longer "validate" .raw() queries. Turns out that a lot more than just SELECT can return data, and this list is very hard to define up front in a cross-database manner. So let's just assume that anyone using raw() is at least halfway competant and can deal with the error messages if they don't use a data-returning query. Thanks to Christophe Pettus for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15803 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 19:49:53 UTC
f1f10a9 Fixed #15597: When formatting the debug page for inclusion in an e-mail, suppress the note about "seeing this" because DEBUG is True. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15802 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 14:58:54 UTC
12b5152 Tweaked a bit the release notes document. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15801 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 13:53:45 UTC
e494f88 Fixed #15601 -- Corrected a weird typo. Thanks, jMyles git-svn-id: http://code.djangoproject.com/svn/django/trunk@15800 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 05:45:55 UTC
12a2a23 Reworded part of 'Running only some of the tests' in docs/internals/contributing.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@15799 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 05:34:28 UTC
72c5733 Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it doesn't eat the docstring. Thanks for the report, sfllaw. Also added tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15798 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 05:22:39 UTC
3a5b87c Importing django.forms no longer requires DJANGO_SETTINGS_MODULE. Moved django.db.connections import in django.forms.models to the method where it's used. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15797 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 March 2011, 04:42:04 UTC
e2627d2 Removed an unused code path. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15796 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 March 2011, 18:42:33 UTC
e9d2763 Fixed #15572 - include with "only" option discards context properties (such as autoescape) Thanks to dfoerster for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15795 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 March 2011, 18:42:24 UTC
3349b95 Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks to bradley.ayers for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15793 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 March 2011, 17:21:16 UTC
0a3aae8 Fixed #15559 - distinct queries introduced by [15607] cause errors with some custom model fields This patch just reverts [15607] until a more satisfying solution can be found. Refs #11707 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15791 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 March 2011, 01:15:19 UTC
f17fc56 Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15789 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2011, 23:46:28 UTC
23103bd Fixed another case-sensitivity bug in Oracle introspection. This one was harmless, but it was causing an irritating test failure. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15787 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2011, 22:45:20 UTC
5a79b55 Fixed a case-sensitivity bug in Oracle introspection that was preventing inspectdb from identifying foreign keys. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15785 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2011, 19:40:44 UTC
0cf527f Fixed a test that was failing in Oracle due to default ordering assumptions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15783 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2011, 19:20:35 UTC
f05aab1 Modified collectstatic management command to not include STATIC_ROOT in the user prompt since it's misleading when using a non-local storage backend. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15782 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2011, 12:34:17 UTC
6ffe1d1 Removed some dead code, and old/bad constructs from the HttpResponse classes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15781 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2011, 04:09:47 UTC
9e637d3 Fixed a number of tests that were failing in Oracle due to false assumptions about the primary keys of objects. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15779 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2011, 00:39:35 UTC
d9e61a4 Added a skip for a test that fails in Oracle. Unlike other backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15777 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 March 2011, 22:41:25 UTC
4094354 Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST/sphinx problems. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15776 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 March 2011, 19:51:19 UTC
8b22f7c Fixed field names that were preventing the tests from running in Oracle. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15774 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 March 2011, 19:26:32 UTC
c260c53 Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle %}. Thanks to Brian Neal for the report, and to Andrew and Jannis for the design consult. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15773 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 March 2011, 13:43:53 UTC
32adde7 Fix the documentation of BoundField.value() to reference the correct method name git-svn-id: http://code.djangoproject.com/svn/django/trunk@15772 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 March 2011, 22:55:16 UTC
back to top