summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-23Bump everything for 1.3.1.3James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23One final final tweak to 1.3 release notes.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-23Finalize 1.3 release notes.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22Made the English in r15897 much betterer.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to ↵Russell Keith-Magee
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
2011-03-22Fixed typo in forms API documentation.Simon Meers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22Fixed #15657 -- added the required `form` parameter to the method signatures ↵Gabriel Hurley
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
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref ↵Gabriel Hurley
targets found in/via the 1.3 release. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22Minor markup and organization fixes to docs to correct Sphinx errors.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22Update release notes and other docs for impending 1.3.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22Added Idan to primary authors.Idan Gazit
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-22Added Idan to committers.txt. Wahoo!Idan Gazit
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-21Tweaked title level in custom file storage systems documentation.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" ↵Jannis Leidel
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
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-20Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ↵Jannis Leidel
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
2011-03-19Fixed #15565: Ensure terminal echo is on after reloader reloads (something ↵Karen Tracey
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
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment ↵Ramiro Morales
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
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ↵Russell Keith-Magee
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
2011-03-18Fixed staticfiles test that was broken on Windows due to the result of the ↵Jannis Leidel
stdout not being correctly handled as Unicode. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-18Added staticfiles test case for filenames with medial capitals.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-18Refined exception message to make sure we don't confuse users.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-18Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked ↵Russell Keith-Magee
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
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ↵Ramiro Morales
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
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks ↵Ramiro Morales
DaNmarner. Refs #15635. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ↵Justin Bronn
recommend the OSGeo4W installer for spatial libraries. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17Fixed #15621 -- Fixed potentially confusing error message in db backend ↵Adrian Holovaty
loading. Thanks, keegan_csmith git-svn-id: http://code.djangoproject.com/svn/django/trunk@15871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17Fixed #15627 -- Use constant time comparison for password checks. Thanks to ↵Russell Keith-Magee
hvdklauw for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17Fixed #15628 -- Made the admin error email more useful when there isn't a ↵Russell Keith-Magee
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
2011-03-17Fixed #15622 -- Clear content type cache to avoid problems with subsequence ↵Russell Keith-Magee
TransactionTestCases. Thanks to zyga for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@15867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17Fixed #15142 -- Force test views to be non-cached so that projects with ↵Russell Keith-Magee
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
2011-03-17Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ↵Russell Keith-Magee
shelldweller for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-17Fixed #15569 -- Corrected the numbering updates to inlines when rows are ↵Russell Keith-Magee
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
2011-03-16Added GIS test fixture directories to the MANIFEST.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Add `setUp` and `tearDown` methods to the geographic feed and sitemap tests ↵Justin Bronn
to ensure `Site` exists for tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Use Sphinx `:download:` directives for spatial database template creation ↵Justin Bronn
scripts instead of linking to geodjango.org. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interfaces. ↵Justin Bronn
Thanks, master for ticket and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Changed django/db/utils.py load_backend() to call sorted() instead of ↵Adrian Holovaty
.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
2011-03-16Fixed #15603 -- Changed the traceback error e-mails not to use HTML by ↵Adrian Holovaty
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
2011-03-16Corrected email --> e-mail in topics/logging.txt. Refs #15603Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors ↵Adrian Holovaty
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
2011-03-16Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, ↵Adrian Holovaty
codefisher and crayz_train git-svn-id: http://code.djangoproject.com/svn/django/trunk@15847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Fixed #15533 -- Now use 3857 as spherical mercator projection instead of ↵Justin Bronn
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
2011-03-15Refined changes to Polish localization format file made in r13298 and r13327 ↵Jannis Leidel
by using non-breaking space. Refs #13577. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15Fixed mistake introduced in r15838 regarding naming of Mexican Spanish.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15Fixed #15608 -- Added Nicaraguan Spanish locale (format file only). Thanks, ↵Jannis Leidel
fitoria. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15Fixed #15617 - CSRF referer checking too strictLuke Plant
Thanks to adam for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ↵Jannis Leidel
Thanks, traff. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15Fixed #15563 -- Update the LANG_INFO dictionary with newly added ↵Jannis Leidel
translations az, es-mx and ur. Thanks, lasko. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-15Pulled sites translation updates from Transifex.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15837 bcc190cf-cafb-0310-a4f2-bffc1f526a37