summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-18Added more relative imports in contrib.gis.Claude Paroz
2012-05-18Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz
2012-05-18Fixed broken ES localflavor test after 4774875.Claude Paroz
2012-05-18remove mention of djangoproject.com from cbv topicStratos Moros
2012-05-18Fixed #18334 -- Fixed detection of supports_stddev backend feature.Claude Paroz
2012-05-18Small change to a template in the FormWizard docsChris Beaven
2012-05-17Added load i18n code to the base wizard form template documentation as it use...Jeremy Cowgar
2012-05-17Fixed #6916 -- Wrong spelling of Spanish province.Aymeric Augustin
2012-05-17Added a test for DayArchiveView. Refs #17192.Aymeric Augustin
2012-05-17Fixed #18323 -- Refactored date arithmeticAymeric Augustin
2012-05-17Fixed #9893 -- Validated the length of file namesAymeric Augustin
2012-05-17Mentioned the previous commit in the release notesAymeric Augustin
2012-05-17Fixed #17449 -- Added OPTIONS to generic views.Aymeric Augustin
2012-05-17Fixed #17535 -- Optimized list generic views.Aymeric Augustin
2012-05-17Fixed #18326 -- Stripped ending chars in LiveServerViews tests.Claude Paroz
2012-05-16Hidden __pycache__ dirs for FilePathField. Refs #17393.Claude Paroz
2012-05-16Swap out to === for the true comparison to avoid possible coercion issuesTravis Swicegood
2012-05-16Add missing semi-colonsTravis Swicegood
2012-05-16Remove `var` declaration---this variable is already delcared as an argumentTravis Swicegood
2012-05-16Make sure these functions don't bleed into the global scopeTravis Swicegood
2012-05-16Fixing my e-mail duplicates.Boo
2012-05-16Merge pull request #43 from techtonik/patch-1Adrian Holovaty
2012-05-16Fix issue #18267 - document `settings.configured` property.anatoly techtonik
2012-05-16Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...Jannis Leidel
2012-05-15Updated installation instructions.Aymeric Augustin
2012-05-15Fixed #18019 -- Use threaded runserver only when database supports it.Claude Paroz
2012-05-14Fixed #10890: added prev/next_week in the contextAymeric Augustin
2012-05-12Replaced im_func and im_self by __func__ and __self__.Claude Paroz
2012-05-12Added missing relative imports in test files.Claude Paroz
2012-05-12Avoided test failure on MySQL by skipping a failing testAnssi Kääriäinen
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-05-12Removed 'return false' in favor of preventDefault.Marc Neuwirth
2012-05-11Fixed typo in utils/archive.py docstringAdrian Holovaty
2012-05-11Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
2012-05-11Fixed #18281 -- Misleading wording in the tutorial.Aymeric Augustin
2012-05-11Fixed #18298 -- Marked error strings as translatable in CA localflavor.Tyler Ball
2012-05-10Fixed #17518 -- CSS glitch in StackedInline.Aymeric Augustin
2012-05-10Fixed #16335 -- Clarified an unintuitive behavior.Aymeric Augustin
2012-05-10Fixed #17798 -- Tweaked the CA localflavor.Aymeric Augustin
2012-05-10Fixed #17950 -- Warned about usability limits of ModelChoiceField.Aymeric Augustin
2012-05-10Fixed #18093 -- Added a pk to AnonymousUser.Aymeric Augustin
2012-05-10Fixed #18257 -- Typo in contenttypes docs.Aymeric Augustin
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-10Set the post process cache when finished instead of one by one.Jannis Leidel
2012-05-09Fix proxy model Query.remove_inherited_models()Anssi Kääriäinen
2012-05-08Merge pull request #50 from duilio/masterAlex Gaynor
2012-05-08Comment._get_userinfo is thread safe nowmaurizio
2012-05-07Merge pull request #48 from akaariai/pull_38_fixAnssi Kääriäinen
2012-05-07Fixed total_ordering for Python < 2.7.2Anssi Kääriäinen
2012-05-07Made model fields comparable to other objectsSimon Charette