summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-26Updated WMS URL in geoadmin test.Claude Paroz
2012-05-25Fixed #17929 -- Improved tutorial wording and capitalization.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-25Fixed #17371 -- Made the test client more flexibleAymeric Augustin
2012-05-25Added tests for nested exclude/negate queriesAnssi Kääriäinen
2012-05-24Removed unneeded smart_str in generic views.Claude Paroz
2012-05-24Fixed qs.order_by() join promotion for already existing joinsAnssi Kääriäinen
2012-05-24Stopped converting match dict keys to bytestrings when resolving URLs.Claude Paroz
2012-05-24Fixed #18177 -- Cached known related instances.Aymeric Augustin
2012-05-24Fixed #18353 -- Inconsistency in date-based CBVs.Aymeric Augustin
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-22Fixed #18319 -- Added 'supports_sequence_reset' DB featureAnssi Kääriäinen
2012-05-22Fixed #18318 -- Changed some tests to be 3rd party DB friendlyAnssi Kääriäinen
2012-05-22Fixed #18317 -- Removed db specific raw SQL function from testsAnssi Kääriäinen
2012-05-22Replaced 'next' testing by collections.Iterator testing.Claude Paroz
2012-05-22Fixed #18304 -- Optimized save() when update_can_self_select=FalseAnssi Kääriäinen
2012-05-22Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition.Claude Paroz
2012-05-22Fixed #18167 -- Gave advice on checking Django version in the tutorial.Claude Paroz
2012-05-22Replaced print statement by print function in new install instructions.Claude Paroz
2012-05-22Fixed #18113 -- Corrected get_template_names docstrings.Claude Paroz
2012-05-21Fixed #18115 - added warning about overlaid install.Carl Meyer
2012-05-20Regenerated the minified versions of the admin actions and admin inlines Java...Jannis Leidel
2012-05-20Fixed #18354 -- Performance issue in CBV.Aymeric Augustin
2012-05-20Documented next/previous_week. Refs #10890.Aymeric Augustin
2012-05-20Imported reduce from functools for forward compatibility.Claude Paroz
2012-05-19Followed a best practice in the time zones docs.Aymeric Augustin
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 #81 from glenrobertson/patch-1Anssi Kääriäinen
2012-05-18Fixed typo on GeoQuerySet.geohash method.Glen Robertson
2012-05-18Merge pull request #24 from marcneuwirth/masterAdrian Holovaty
2012-05-18Merge pull request #68 from BooBSD/patch-1Adrian Holovaty
2012-05-18Merge pull request #70 from tswicegood/fix-js-scopeAdrian Holovaty
2012-05-18Merge pull request #79 from stratoukos/masterAdrian Holovaty
2012-05-18Cleaned up WSGIRequestHandler get_environ to be Python 3 compatibleClaude Paroz
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