summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-08-29Clarified a comment in django.core.files.temp.Tim Graham
2014-08-29Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.Andrew Torpedov
2014-08-28Fixed #23381 -- Context manager restored state should be determined in __enter__Thomas Chaumeny
2014-08-28Fixed #23379 -- Corrected a referencing issue in sql_create.Simon Charette
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-08-28Factorize some code using ContextDecorator.Thomas Chaumeny
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-08-27Removed an unused import.Simon Charette
2014-08-27Fixed #23357 -- Added small int introspection support to MySQL backend.Jon Dufresne
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-26Added exception name in debug error messageClaude Paroz
2014-08-26Removed some more hardcoded backends in GIS testsClaude Paroz
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it defau...Erik Romijn
2014-08-25Made main user disconnect after creating test user/tablespaces on OracleShai Berger
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-23Fixed #23341 -- Added migration name to nonexistent migration error in makemi...Raffaele Salmaso
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 #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-22Fixed #23167 -- Added BaseForm.__repr__()areski
2014-08-22Fixed #23327 -- Added 'zero' syntax to migrate help messageareski
2014-08-22Added docstring forgotten in 56252e7.Shai Berger
2014-08-22Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.Shai Berger
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-20Fetched translations from TransifexClaude Paroz
2014-08-19Fixed #23315: Operational dependency fail with mixed create/addAndrew Godwin
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-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-08-18Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz
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
2014-08-18Merge pull request #3075 from ramiro/makemessages-ignore-windowsRamiro Morales
2014-08-18Fixed #23309 -- Fixed call_command to parse args correctlyRaffaele Salmaso
2014-08-16Stopped skipping GIS forms tests on MySQLClaude Paroz
2014-08-15Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.Ramiro Morales
2014-08-15Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ch...Collin Anderson