summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-31Merge pull request #311 from gutworth/py3-docFlorian Apolloner
2012-08-31Merge pull request #313 from davidfischer/masterFlorian Apolloner
2012-08-30Fixed #18883 -- added a missing self parameter in the docsAlex Gaynor
2012-08-30Fixed #18384 - Reformatted GeoDjango install instructions slightly.Tim Graham
2012-08-30Made get_table_description also return the size of char fields on SQLiteClaude Paroz
2012-08-30Fixed #5725 -- Fixed varchar column size introspection for MySQLClaude Paroz
2012-08-30Fixed #18751 -- Cleaned up BaseFormSet._should_delete_formClaude Paroz
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-30Fixed #18647 - Removed link to Malcolm's blog which is gone.Tim Graham
2012-08-30Fixed #18871 - Fixed typo in multi-db docs.Tim Graham
2012-08-29Fixed comment typoDavid Fischer
2012-08-29[py3] Ported the 'shell' management command.Aymeric Augustin
2012-08-29Fixed #18874 -- Updated new name of README.rst to auxiliary filesBruno Renié
2012-08-29Made FileSystemStorage accept both text and byte streamsClaude Paroz
2012-08-29Removed unnecessary bytes prefix for ContentFileClaude Paroz
2012-08-29Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-28Indexing bytes is the problem not slicing.Benjamin Peterson
2012-08-29[py3] Fixed test failures introduced in 3afb5916b215c79e36408b729c9516bc435f5...Florian Apolloner
2012-08-28Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...Florian Apolloner
2012-08-28[py3] Updated bundled version of sixAymeric Augustin
2012-08-28Added latex preamble for ≤.Florian Apolloner
2012-08-28Merge pull request #309 from mitar/patch-1Florian Apolloner
2012-08-27fix documentation testing of Selenium WebDriverWaitjuanpex
2012-08-26Code comment fix.Mitar
2012-08-26Made model instance history admin view link not hard-coded. Refs #15294.Ramiro Morales
2012-08-26Fixed typo in model fields reference docs.Ramiro Morales
2012-08-25Fixed #18852 -- Restored backwards compatibilityAymeric Augustin
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz
2012-08-25Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py;...Tim Graham
2012-08-25Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ...Tim Graham
2012-08-25Fixed #16715 -- Fixed join promotion logic for nested nullable FKsAnssi Kääriäinen
2012-08-25Added a GeoDjango test with a raw query (Refs #17448)Claude Paroz
2012-08-24Cleaned up the implementation of in_bulkAlex Gaynor
2012-08-24Fixed #18847 - Updated for media examples to use static.example.com. Thanks J...Tim Graham
2012-08-24Merge pull request #301 from carlospalol/quickfix/blog-post-typoKaren Tracey
2012-08-23Modified docs about SpatiaLite version that doesn't need manual initial SQL f...Ramiro Morales
2012-08-23Fixed #18843 -- Replaced more special chars in column names (inspectdb)Claude Paroz
2012-08-23Fixed #12460 -- Improved inspectdb handling of special field namesClaude Paroz
2012-08-23Fixed typo in docsCarlos Palol
2012-08-23Fixed #18798 -- Renamed conflicting test methods in i18n testsAlexey Boriskin
2012-08-23Fixed #18678 -- HttpResponse init arguments allowed for subclassesClaude Paroz
2012-08-23Reordered importsAymeric Augustin
2012-08-23[py3] Removed duplicate imports.Aymeric Augustin
2012-08-22Merge pull request #297 from mjjohnson/ticket_17069Tim Graham
2012-08-22Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-typeClaude Paroz
2012-08-22Used the decorator syntax for properties in django.httpClaude Paroz
2012-08-22Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2"Simon Meers
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are Mode...Tim Graham
2012-08-21Fixed #14885 - Clarified that ModelForm cleaning may not fully complete if th...Tim Graham