summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-06-06Fixed #18184 -- Moved algorithm identification code to hashers moduleClaude Paroz
2012-06-06Delayed encoding of password and salt in password checking.Claude Paroz
2012-06-06Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz
2012-06-06Fixed #17736 -- Kept maximal floating-point accuracy in from_bboxClaude Paroz
2012-06-05Merge branch 'master' of https://github.com/django/djangomartin.bohacek
2012-06-05Ticket #17804 fix.martin.bohacek
2012-06-04Used skipUnless decorator to skip tests in geos tests.Claude Paroz
2012-06-03Remove the summary attribute of the tableSamuel Sutch
2012-06-02Fixed #14478 -- Isolated messages tests from custom TEMPLATE_CONTEXT_PROCESSORSClaude Paroz
2012-06-02Made sitemaps tests use override_settings. Refs #14478Claude Paroz
2012-05-31Fixed #18408 -- Isolated flatpages tests from existing sites.Jens Page
2012-05-28Removed numbering of GEOS tests.Claude Paroz
2012-05-27Fixed #18387 -- Do not call sys.exit during call_command.Claude Paroz
2012-05-26Updated WMS URL in geoadmin test.Claude Paroz
2012-05-25Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-24Fixed #18367 -- Allowed LayerMapping to store strings in TextField.Claude Paroz
2012-05-24Modernized contrib.gis layermapping tests.Claude Paroz
2012-05-23Replaced types.NoneType occurrencesClaude Paroz
2012-05-20Regenerated the minified versions of the admin actions and admin inlines Java...Jannis Leidel
2012-05-20Imported reduce from functools for forward compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-05-19Fixed test failures after commit 1a66f53. Refs #18340Claude Paroz
2012-05-19Fixed #18340 -- Fixed formtools form_hmac with Unicode inputClaude Paroz
2012-05-18Merge pull request #24 from marcneuwirth/masterAdrian Holovaty
2012-05-18Merge pull request #70 from tswicegood/fix-js-scopeAdrian Holovaty
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-17Fixed #6916 -- Wrong spelling of Spanish province.Aymeric Augustin
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-16Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...Jannis Leidel
2012-05-12Added missing relative imports in test files.Claude Paroz
2012-05-12Removed 'return false' in favor of preventDefault.Marc Neuwirth
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 #17798 -- Tweaked the CA localflavor.Aymeric Augustin
2012-05-10Fixed #18093 -- Added a pk to AnonymousUser.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-08Comment._get_userinfo is thread safe nowmaurizio
2012-05-07Imported zip from future_builtins instead of itertools.izip.Claude Paroz