summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-17Fixed #15233 -- Corrected a duplicate module directive that raised a warning ...Gabriel Hurley
2011-02-17Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effective wit...Carl Meyer
2011-02-17Reduced code duplication in cache middleware tests.Carl Meyer
2011-02-17Fixed #15310 -- Corrected a view path in the static files how to docs. Thanks...Gabriel Hurley
2011-02-16Changed strategy used to force evaluation of django.utils.translation in test...Ramiro Morales
2011-02-16Fix the test isolation from [15552].Alex Gaynor
2011-02-16Fixed #15314 -- Added tests for the static URL pattern function added in r155...Jannis Leidel
2011-02-16Moved the test added in r15504 to a different case where it doesn't actually ...Jannis Leidel
2011-02-16Corrected small error when preserving an I18N-related setting value in an adm...Ramiro Morales
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-02-16Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.Gabriel Hurley
2011-02-16Fixed #14820 -- Added more information to the generic relation docs regarding...Gabriel Hurley
2011-02-16Fixed #15309 -- reST/Sphinx cleanup on the ContentTypes Framework docs.Gabriel Hurley
2011-02-15Fixed a test case introduced in r15538 by creating a test file with non-ASCII...Jannis Leidel
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-02-14Modified the staticfiles serve view to return a 404 early in the stack.Jannis Leidel
2011-02-14Fixed the staticfiles management commands collectstatic and findstatic to not...Jannis Leidel
2011-02-14Fixed "the the" typos.Timo Graham
2011-02-14Fixed a couple of documentation typos.Ramiro Morales
2011-02-14Fixed #15287 -- Added translation markers to user-facing error messages in cl...Russell Keith-Magee
2011-02-14Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...Russell Keith-Magee
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-14Normalize the locale paths when considering merging a project language catalo...Jannis Leidel
2011-02-14Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...Russell Keith-Magee
2011-02-14Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. T...Russell Keith-Magee
2011-02-13Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...Ramiro Morales
2011-02-13Fixed #13007 -- Made cookie parsing resilent to the presence of cookies with ...Ramiro Morales
2011-02-13Fixed #14130 -- Made manage.py error reporting more useful when the settings....Ramiro Morales
2011-02-13Updated GeoDjango installation docs and spatial database template script for ...Justin Bronn
2011-02-12Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro f...Russell Keith-Magee
2011-02-12Fixed #15289 -- Removed a redundant __getattr__ implementation from the debug...Russell Keith-Magee
2011-02-12Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant
2011-02-12Don't merge in translations twice from deprecated project level tree when it ...Ramiro Morales
2011-02-12Added a test for the PendingDeprecationWarning introduced in r15441. Refs #14...Ramiro Morales
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-12Fixed #14461 -- Look also in LOCALE_PATHS when checking if a language is supp...Jannis Leidel
2011-02-12Fixed #8536 -- Made sure the makemessages management command cleans up after ...Jannis Leidel
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel
2011-02-12Fixed #14941 -- Stop raising ValidationError in form fields that use the URLV...Jannis Leidel
2011-02-12Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.Jannis Leidel
2011-02-12Fixed #12988 -- Extended regular expression of the URLValidator to fully supp...Jannis Leidel
2011-02-12Fixed whitespace errors in settings modules.Jannis Leidel
2011-02-12Fixed #14955 -- Made the URLValidator use a HEAD request when verifying a URL...Jannis Leidel
2011-02-12Fixed #13987 -- Ensure that the primary key is set correctly for all models t...Russell Keith-Magee
2011-02-12Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Th...Russell Keith-Magee
2011-02-12Fixed #13833 -- Corrected the Indonesian localization. Thanks to rodin for th...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-12Changeset r15232 refactored transactions so that all transaction state is mai...Russell Keith-Magee
2011-02-12Fixed #15283 -- Made a minor performance tweak to __iter__. Thanks to lanyjie...Russell Keith-Magee