summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-03-23Bump everything for 1.3.1.3James Bennett
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-20Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ...Jannis Leidel
2011-03-19Fixed #15565: Ensure terminal echo is on after reloader reloads (something tu...Karen Tracey
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee
2011-03-18Refined exception message to make sure we don't confuse users.Jannis Leidel
2011-03-18Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked in...Russell Keith-Magee
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-17Fixed #15621 -- Fixed potentially confusing error message in db backend loadi...Adrian Holovaty
2011-03-17Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...Russell Keith-Magee
2011-03-17Fixed #15628 -- Made the admin error email more useful when there isn't a req...Russell Keith-Magee
2011-03-17Fixed #15622 -- Clear content type cache to avoid problems with subsequence T...Russell Keith-Magee
2011-03-17Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee
2011-03-17Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...Russell Keith-Magee
2011-03-17Fixed #15569 -- Corrected the numbering updates to inlines when rows are adde...Russell Keith-Magee
2011-03-16Add `setUp` and `tearDown` methods to the geographic feed and sitemap tests t...Justin Bronn
2011-03-16Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interfaces. T...Justin Bronn
2011-03-16Changed django/db/utils.py load_backend() to call sorted() instead of .sort()...Adrian Holovaty
2011-03-16Fixed #15603 -- Changed the traceback error e-mails not to use HTML by defaul...Adrian Holovaty
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2011-03-16Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...Adrian Holovaty
2011-03-16Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...Justin Bronn
2011-03-15Refined changes to Polish localization format file made in r13298 and r13327 ...Jannis Leidel
2011-03-15Fixed mistake introduced in r15838 regarding naming of Mexican Spanish.Jannis Leidel
2011-03-15Fixed #15608 -- Added Nicaraguan Spanish locale (format file only). Thanks, f...Jannis Leidel
2011-03-15Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-03-15Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...Jannis Leidel
2011-03-15Fixed #15563 -- Update the LANG_INFO dictionary with newly added translations...Jannis Leidel
2011-03-15Pulled sites translation updates from Transifex.Jannis Leidel
2011-03-15Pulled sessions translation updates from Transifex.Jannis Leidel
2011-03-15Pulled redirects translation updates from Transifex.Jannis Leidel
2011-03-15Pulled messages translation updates from Transifex.Jannis Leidel
2011-03-15Pulled localflavor translation updates from Transifex.Jannis Leidel
2011-03-15Pulled humanize translation updates from Transifex.Jannis Leidel
2011-03-15Pulled gis translation updates from Transifex.Jannis Leidel
2011-03-15Pulled formtools translation updates from Transifex.Jannis Leidel
2011-03-15Pulled flatpages translation updates from Transifex.Jannis Leidel
2011-03-15Pulled contenttypes translation updates from Transifex.Jannis Leidel
2011-03-15Pulled comments translation updates from Transifex.Jannis Leidel
2011-03-15Pulled auth translation updates from Transifex.Jannis Leidel
2011-03-15Pulled admindocs translation updates from Transifex.Jannis Leidel
2011-03-15Pulled admin translation updates from Transifex.Jannis Leidel
2011-03-15Pulled core translation updates from Transifex.Jannis Leidel
2011-03-15Fixed #15575 -- Corrected handling of pagination in generic views to match do...Russell Keith-Magee
2011-03-15Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...Russell Keith-Magee
2011-03-15Fixed #15378 -- Now properly handle OGR layers that have features with invali...Justin Bronn
2011-03-14Fixed #10654 -- Removed 'Does it have syntax errors' from the ImportError in ...Adrian Holovaty
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty