| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-29 | Clarified a comment in django.core.files.temp. | Tim Graham | |
| 2014-08-29 | Fixed #23313 -- Corrected repr(RawQuery) with dict parameters. | Andrew Torpedov | |
| 2014-08-28 | Fixed #23381 -- Context manager restored state should be determined in __enter__ | Thomas Chaumeny | |
| 2014-08-28 | Fixed #23379 -- Corrected a referencing issue in sql_create. | Simon Charette | |
| Thanks to Trac alias flakfizer for the report. | |||
| 2014-08-28 | Fixed #23323 -- Made django.utils.translation.override usable as a decorator. | Thomas Chaumeny | |
| 2014-08-28 | Factorize some code using ContextDecorator. | Thomas Chaumeny | |
| 2014-08-28 | Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase | Claude Paroz | |
| Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. | |||
| 2014-08-27 | Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin. | Simon Charette | |
| Thanks to Trac alias Markush2010 and ross for the detailed reports. | |||
| 2014-08-27 | Removed an unused import. | Simon Charette | |
| 2014-08-27 | Fixed #23357 -- Added small int introspection support to MySQL backend. | Jon Dufresne | |
| In the MySQL backend, updated the can_introspect_small_integer feature flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a SmallIntegerField. Added test to verify introspecting SmallIntegerFields and fixed existing tests influenced by this change. | |||
| 2014-08-27 | Fixed #13749 -- Added link from admin site to front-end site. | areski | |
| Thanks romankrv for the suggestion. | |||
| 2014-08-26 | Added exception name in debug error message | Claude Paroz | |
| This can help when some exception has no error message. | |||
| 2014-08-26 | Removed some more hardcoded backends in GIS tests | Claude Paroz | |
| Refs #22632. Thanks Tim Graham for the review. | |||
| 2014-08-26 | Allowed skipIf/UnlessDBFeature to accept several feature strings | Claude Paroz | |
| 2014-08-26 | Fixed #23075 -- Added documentation on novalidate attribute and made it ↵ | Erik Romijn | |
| default for admin Thanks to sehmaschine for the report and to Tim Graham for the review. | |||
| 2014-08-25 | Made main user disconnect after creating test user/tablespaces on Oracle | Shai Berger | |
| 2014-08-24 | Fixed #23355 -- Updated admin jQuery to 1.11.1. | Tim Graham | |
| 2014-08-23 | Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset(). | Tim Graham | |
| 2014-08-23 | Fixed #23341 -- Added migration name to nonexistent migration error in ↵ | Raffaele Salmaso | |
| makemigrations. | |||
| 2014-08-23 | Replaced no_mysql by connection features | Claude Paroz | |
| Refs #22632. Thanks Tim Graham for the review. | |||
| 2014-08-23 | Replaced no_spatialite by connection features | Claude Paroz | |
| Refs #22632. Thanks Tim Graham for the review. | |||
| 2014-08-23 | Replaced HAS_SPATIALREFSYS by a database feature | Claude Paroz | |
| 2014-08-23 | Fixed #22867 -- Memoized django.utils.version.get_git_changeset(). | Tim Graham | |
| Restored original fix that had to be removed because the old djangoproject server was still using Python 2.6. | |||
| 2014-08-23 | Added new supported languages | Claude Paroz | |
| Forward port of 46393980cf from stable/1.7.x | |||
| 2014-08-22 | Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3. | Ian Foote | |
| 2014-08-22 | Fixed #23167 -- Added BaseForm.__repr__() | areski | |
| Thanks Keryn Knight for the idea. | |||
| 2014-08-22 | Fixed #23327 -- Added 'zero' syntax to migrate help message | areski | |
| 2014-08-22 | Added docstring forgotten in 56252e7. | Shai Berger | |
| 2014-08-22 | Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI. | Shai Berger | |
| Refs #23073 Workaround. Refs #22738 Repeats the mysql "offense". When the issue is solved, the Oracle special case should be made to play with the solution (that is, Oracle should be fixed the same way that mysql and the 3rd-party backneds are). | |||
| 2014-08-20 | Fixed #23322 -- Use resolved swappable model for dependency resolution ↵ | Markus Holtermann | |
| during makemigrations | |||
| 2014-08-20 | Prevented data leakage in contrib.admin via query string manipulation. | Simon Charette | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change. | Preston Holmes | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names. | Tim Graham | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Prevented reverse() from generating URLs pointing to other hosts. | Florian Apolloner | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Fetched translations from Transifex | Claude Paroz | |
| Forward port of 49280a73ea5 from stable/1.7.x | |||
| 2014-08-19 | Fixed #23315: Operational dependency fail with mixed create/add | Andrew Godwin | |
| 2014-08-19 | Fixed #10190 -- Made HttpResponse charset customizable. | Unai Zalakain | |
| Thanks to Simon Charette, Aymeric Augustin, and Tim Graham for reviews and contributions. | |||
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-19 | Fixed #22996 -- Prevented crash with unencoded query string | Claude Paroz | |
| Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham for the reviews. | |||
| 2014-08-19 | Fixed #23316 -- Added datetime.time serialization in migrations. | Lee Sanghyuck | |
| 2014-08-19 | Removed unused imports. | Tim Graham | |
| 2014-08-19 | Replaced HAS_SPATIAL_DB by testing database feature | Claude Paroz | |
| Refs #22632. This should be the base for using more database features to exclude specific backends in GIS tests. Thanks Tim Graham for the review. | |||
| 2014-08-18 | Fixed #22171 -- Improved sanitize_separators cleverness | Claude Paroz | |
| Thanks Klaas van Schelven for the report and Tim Graham for the review. | |||
| 2014-08-18 | Fixed #23136 -- Added a message when sqlclear does nothing | Gabriel Muñumel | |
| 2014-08-18 | Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. | Baptiste Mispelon | |
| 2014-08-18 | Merge pull request #3075 from ramiro/makemessages-ignore-windows | Ramiro Morales | |
| Fixed #23298 -- Made makemessages actually ignore specified dirs on Wind... | |||
| 2014-08-18 | Fixed #23309 -- Fixed call_command to parse args correctly | Raffaele Salmaso | |
| 2014-08-16 | Stopped skipping GIS forms tests on MySQL | Claude Paroz | |
| 2014-08-15 | Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows. | Ramiro Morales | |
| This was detected by two failures in the i18n.test_extraction of our test suite. Refs #20422, refs #22336 | |||
| 2014-08-15 | Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() ↵ | Collin Anderson | |
| check. | |||
