summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-23Updated docs about Spatialite collect/extent supportClaude Paroz
2014-08-23Replaced no_mysql by connection featuresClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-23Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz
2014-08-23Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Tim Graham
2014-08-23Added new supported languagesClaude Paroz
2014-08-22Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.Ian Foote
2014-08-22Tweaked docstrings from previous commit.Tim Graham
2014-08-22Fixed #23167 -- Added BaseForm.__repr__()areski
2014-08-22Fixed #23327 -- Added 'zero' syntax to migrate help messageareski
2014-08-22Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-22Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.Tim Graham
2014-08-22Added docstring forgotten in 56252e7.Shai Berger
2014-08-21Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-22Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.Shai Berger
2014-08-20Added dates to release notes.Tim Graham
2014-08-20Fixed #23322 -- Use resolved swappable model for dependency resolution during...Markus Holtermann
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.Preston Holmes
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
2014-08-20Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-20Fixed flake8 warnings.Tim Graham
2014-08-20Fixed migrations tests added in refs #23315.Tim Graham
2014-08-20Fetched translations from TransifexClaude Paroz
2014-08-20Added Chinese language aliases in tx client configClaude Paroz
2014-08-20Fixed typo in 1.7 release notesClaude Paroz
2014-08-19Fixed #23315: Operational dependency fail with mixed create/addAndrew Godwin
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19Removed unused imports.Tim Graham
2014-08-19Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the ...Tim Graham
2014-08-19Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c.Baptiste Mispelon
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham
2014-08-19Fixed #17272 -- Documented that non-editable fields are skipped during model ...Tim Graham
2014-08-19Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
2014-08-19Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.Tim Graham
2014-08-19Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-18Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz
2014-08-18Removed test, duplicate of admin_scripts.CommandTypes testsClaude Paroz
2014-08-18Fixed flake8 warning.Tim Graham
2014-08-18Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon