summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-02-11Fixed #15243 -- More clearly document that the transaction functions needs to...Alex Gaynor
2011-02-10Fixed #15264 -- Ensured that legacy cache backends specified using the legacy...Russell Keith-Magee
2011-02-10Fixed #15253 -- Added 1.1.3 release notes, and added sections to the 1.2.4 an...Russell Keith-Magee
2011-02-10Fixed #15253, #15259 -- Added 1.1.4 release notes, added a section on CSRF ch...Russell Keith-Magee
2011-02-09Refs #15241 -- Further clarifications to the generic view migration docs.Russell Keith-Magee
2011-02-09Fixed #15241 -- Updated the upgrading notes for generic views to reflect rece...Russell Keith-Magee
2011-02-09Fixed #15245 -- Added note about the CSRF AJAX exception to the 1.2.5 release...Russell Keith-Magee
2011-02-09Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and...Carl Meyer
2011-02-09Fixed a security issue in the file session backend. Disclosure and new relea...Alex Gaynor
2011-02-09Fixed a security issue in the CSRF component. Disclosure and new release for...Alex Gaynor
2011-02-09Ensure that L10N formats aren't cached between tests.Russell Keith-Magee
2011-02-08Fixed #13815 -- Ensure that reverse exclude lookups on nullable foreign keys ...Russell Keith-Magee
2011-02-08Fixed #15116 -- Strip ordering clause from in_bulk() queries, since ordering ...Russell Keith-Magee
2011-02-08Cleaned up the tests from r15451 to avoid the need to retrieve a URL twice.Russell Keith-Magee
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-02-08Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for th...Russell Keith-Magee
2011-02-08Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensiti...Russell Keith-Magee
2011-02-07Fixed #14861 -- Added an admonition about the potential for circular imports ...Gabriel Hurley
2011-02-07Fixed #15138 -- Clarified a slightly ambiguous example in the custom template...Gabriel Hurley