summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-05-31Fixed #18409 -- Made RegexField work with unicode characters.Julien Phalip
2012-05-31Fixed #18408 -- Isolated flatpages tests from existing sites.Jens Page
2012-05-31Fixed #18407 -- Made model field's to_python methods fully accept unicode.Claude Paroz
2012-05-31Fixed #14681 -- Do not set mode to None on file-like objects.Claude Paroz
2012-05-29Merge pull request #94 from jphalip/tickets/18393-blocktrans-valueerrorJulien Phalip
2012-05-28Removed unneeded smart_str in cache utils.Claude Paroz
2012-05-28Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly f...Julien Phalip
2012-05-28Removed numbering of GEOS tests.Claude Paroz
2012-05-27Used CommandError in createcachetable command.Claude Paroz
2012-05-27Fixed #18387 -- Do not call sys.exit during call_command.Claude Paroz
2012-05-27Fixed #18135 -- Close connection used for db version checkingMichael Newman
2012-05-27Fixed #18343 -- Cleaned up deferred model implementationAnssi Kääriäinen
2012-05-26Removed unneeded sys import added in previous commitClaude Paroz
2012-05-26Fixed #5423 -- Made dumpdata output one row at a time.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-25Fixed #17371 -- Made the test client more flexibleAymeric Augustin
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-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 #18113 -- Corrected get_template_names docstrings.Claude Paroz
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-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-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 #18334 -- Fixed detection of supports_stddev backend feature.Claude Paroz
2012-05-17Fixed #6916 -- Wrong spelling of Spanish province.Aymeric Augustin
2012-05-17Fixed #18323 -- Refactored date arithmeticAymeric Augustin
2012-05-17Fixed #9893 -- Validated the length of file namesAymeric Augustin
2012-05-17Fixed #17449 -- Added OPTIONS to generic views.Aymeric Augustin
2012-05-17Fixed #17535 -- Optimized list generic views.Aymeric Augustin
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