summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-10-27[1.2.X] Fixed #14398 -- Changed runfcgi command to interpret the umask option...Ramiro Morales
2010-10-26[1.2.X] Fixed #14565 - No csrf_token on 404 pagesLuke Plant
2010-10-24[1.2.X] Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LA...Justin Bronn
2010-10-23[1.2.X] Fixed #14223 -- Extended unification of exception raised in presence ...Ramiro Morales
2010-10-21[1.2.X] Fixed #14513 -- check fields with underscores for validity when order...Chris Beaven
2010-10-21[1.2.X] Revert [13850], this was a new feature not a bugfix.Chris Beaven
2010-10-20[1.2.X] Fixed bug and test failure introducted in [14290]Luke Plant
2010-10-19[1.2.X] Fixed #14498 - Forms passed to FormWizard.process_step are not guaran...Luke Plant
2010-10-18[1.2.X] Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabriel...Honza Král
2010-10-17[1.2.X] Fixed #13963 -- Use the correct verbose name of a reverse relation fi...Jannis Leidel
2010-10-16[1.2.X] Fixed #14126 -- Fixed an issue with changes to the blocktrans tag int...Jannis Leidel
2010-10-14[1.2.X] Fixed #14301 -- Handle email validation gracefully with email address...Jannis Leidel
2010-10-13[1.2.X] Fixed #13830 -- Updated province name in Indonesian localflavor. Tha...Justin Bronn
2010-10-13[1.2.X] Changed unique validation in model formsets to ignore None values, no...Honza Král
2010-10-12[1.2.X] Enabled area calculations for geography columns.Justin Bronn
2010-10-12[1.2.X] Modified the sitemaps tests to remove an assumption about the environ...Russell Keith-Magee
2010-10-11[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...Jannis Leidel
2010-10-11[1.2.X] Fixed links to the date formats choices in the global settings. Thank...Jannis Leidel
2010-10-11[1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced...Luke Plant
2010-10-11[1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect...Alex Gaynor
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-10[1.2.X] Fixed #11907 -- EmailField now runs strip() on its input. This means ...Chris Beaven
2010-10-10[1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates in corr...Andrew Godwin
2010-10-10[1.2.X] Refs #11256 -- Extended the annotation field name conflict check to c...Carl Meyer
2010-10-10[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...Ramiro Morales
2010-10-10[1.2.X] Converted contrib/webdesign doctests to unittests. We thoroughly dep...Luke Plant
2010-10-10[1.2.X] Converted contrib/auth/tokens doctests to unittests. We've always sa...Luke Plant
2010-10-09[1.2.X] Added sanity-checking of annotation alias names. Backport of [14092] ...Carl Meyer
2010-10-09[1.2.X] Fixed a PendingDeprecationWarning coming from django.core.cache in Py...Alex Gaynor
2010-10-09[1.2.X] Fixed #14356. Remove some dead imports from django.core.management.s...Alex Gaynor
2010-10-09[1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly returns a...Alex Gaynor
2010-10-09[1.2.X] Ensure that the sitemaps test deactivates it's locale, so that subseq...Russell Keith-Magee
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-09[1.2.X] Fixed #12872 -- Removed vestiges of mythic old template validation ad...Ramiro Morales
2010-10-09[1.2.X] Fixed #14354 -- Normalized the handling of empty/null passwords in co...Russell Keith-Magee
2010-10-08[1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r...Alex Gaynor
2010-10-08[1.2.X] Fixed #10970 -- Initialize DateFields with datetime.date objects, not...Jannis Leidel
2010-10-08[1.2.X] Fixed #14383 -- Corrected the capitalization of reStructuredText. Tha...Russell Keith-Magee
2010-10-08[1.2.X] Fixed #13218 -- Ensure that syndicated content served over HTTPS uses...Russell Keith-Magee
2010-10-08[1.2.X] Fixed #14381 -- Clarified exception handling when instantiating Route...Russell Keith-Magee
2010-10-08Backport of r14003 from trunk.Russell Keith-Magee
2010-10-07[1.2.X] Fixed #5425 - Incorrect plurals in admin pagination template.Luke Plant
2010-10-05[1.2.X] Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standar...Luke Plant
2010-10-05[1.2.X] Fixed #13092 -- Added support for the "in" operator when dealing with...Luke Plant
2010-10-05[1.2.X] Fixed #11358: Don't include private flatpages in sitemap. Thanks dbur...Luke Plant
2010-10-02[1.2.X] Fixed #10215 -- Ensured that there is parity between enter and leave ...Russell Keith-Magee
2010-10-01[1.2.X] Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set a...Jannis Leidel
2010-10-01[1.2.X] Fixed #14362 -- Made sure all parameters are passed to the ManyToMany...Jannis Leidel
2010-10-01[1.2.X] Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if t...Jannis Leidel
2010-09-27[1.2.X] Fixed #14053 -- Also localize long integers. Thanks, David Danier.Jannis Leidel