| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-22 | [1.7.x] Bump version number for 1.7 alpha 1.1.7a1 | James Bennett | |
| 2014-01-22 | Always use parentheses when documenting a method with no arguments. | Baptiste Mispelon | |
| 2014-01-22 | Don't show `self` in the list of arguments of a method. | Baptiste Mispelon | |
| This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. | |||
| 2014-01-22 | Fixed #20834 -- Described how caching of user permissions works. | Tim Graham | |
| Thanks Giggaflop and Jennifer Casavantes. | |||
| 2014-01-22 | Added a link to the 1.6 release notes which also fixed a rendering issue. | Tim Graham | |
| 2014-01-22 | Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260). | Tim Graham | |
| 2014-01-22 | Added some missing whitespace around arithmetic operators | Alex Gaynor | |
| 2014-01-22 | Fixed #21726 -- Clarified that password should not be included in ↵ | Tim Graham | |
| REQUIRED_FIELDS. Thanks russellm for the report. | |||
| 2014-01-22 | Fixed some markup that caused broken links in the static files docs. | Tim Graham | |
| 2014-01-22 | Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ↵ | Loic Bistuer | |
| %(class)s. | |||
| 2014-01-22 | Merge pull request #2198 from Markush2010/ticket21852 | Andrew Godwin | |
| Fixed #21852 -- Make migration writer serialize iterators | |||
| 2014-01-22 | Fixed #21850 -- Made GeometryField.geodetic case insensitive | Oliver George | |
| 2014-01-22 | Fixed #21852 -- Make migration writer serialize iterators | Markus Holtermann | |
| 2014-01-21 | Fixed #21827 -- Install django-admin and django-admin.py | Florian Apolloner | |
| We need to figure out how to deprecate django-admin.py, but for now this should do the trick. | |||
| 2014-01-21 | Merge pull request #2186 from zemanel/master | Tim Graham | |
| Fixed typo on docstring | |||
| 2014-01-21 | Corrected problem with MySQL checks handler and related fields. | Russell Keith-Magee | |
| 2014-01-21 | Changed django-admin back to django-admin.py. Refs #21827 | Florian Apolloner | |
| 2014-01-20 | Removed some stray newlines which caused flake8 issues | Alex Gaynor | |
| 2014-01-20 | Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. ↵ | Carl Meyer | |
| on CI). | |||
| 2014-01-20 | Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests. | Carl Meyer | |
| 2014-01-21 | Refs #21831 -- Softened the TestClient dependency on contrib.auth. | Russell Keith-Magee | |
| This is to prevent an import of django.test causing an import (and thus an implicit checks regisration) for an app that may not be in `INSTALLED_APPS`. Better fixes may be possible when #20915 and/or #21829 are addressed. Thanks to @carljm for the report. | |||
| 2014-01-20 | Added ManifestStaticFilesStorage to staticfiles contrib app. | Jannis Leidel | |
| It uses a static manifest file that is created when running collectstatic in the JSON format. | |||
| 2014-01-20 | fixed typo on docstring | José Moreira | |
| 2014-01-20 | Removed a stray new line which upset flake8 | Alex Gaynor | |
| 2014-01-20 | Added a missing command to the command line examples for check. | Russell Keith-Magee | |
| Thanks to Bruno Renie for the report. | |||
| 2014-01-20 | Added warning silencers to some noisy tests. | Russell Keith-Magee | |
| These warnings all emerged as the result of the introduction of the checks framework. Thanks to Anssi Kääriäinen for the report. | |||
| 2014-01-20 | Corrected documentation typo. | Russell Keith-Magee | |
| Thanks to @cjerdonek for the report. | |||
| 2014-01-20 | Fixed a couple of deprecation warnings | Anssi Kääriäinen | |
| 2014-01-20 | Fixed two test failures under Oracle | Shai Berger | |
| 2014-01-20 | Fixed custom_lookups tests for Oracle | Anssi Kääriäinen | |
| Refs #21821 | |||
| 2014-01-20 | Use date_extract_sql() for DateFields | Anssi Kääriäinen | |
| Refs #21821 | |||
| 2014-01-20 | Fixed regex lookup on Oracle | Anssi Kääriäinen | |
| Refs #21821 | |||
| 2014-01-20 | Fixed Oracle in lookup when more than 1000 params | Anssi Kääriäinen | |
| Refs #21821. | |||
| 2014-01-20 | Fixed multi geometries editing in OpenLayers widget | Claude Paroz | |
| 2014-01-20 | Corrected minor typo. | Russell Keith-Magee | |
| Thanks to @cjerdonek for the report. | |||
| 2014-01-20 | Removed an inactive system check for upload_to. | Russell Keith-Magee | |
| Thanks to Simon Charette for the eagle eyes. | |||
| 2014-01-19 | Fixed a small collection of flake8 violations that had snuck in | Alex Gaynor | |
| 2014-01-20 | Fixed #16905 -- Added extensible checks (nee validation) framework | Russell Keith-Magee | |
| This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844. | |||
| 2014-01-19 | Fixed some admin sphinx definitions so links work properly. | Tim Graham | |
| 2014-01-19 | Fixed #21290: Documented migration serializing and improved error | Andrew Godwin | |
| 2014-01-19 | Moved the loader tags registration with the other builtins. | Baptiste Mispelon | |
| 2014-01-19 | Remove other unicode literal | Andrew Godwin | |
| 2014-01-19 | Remove unicode prefix that snuck in | Andrew Godwin | |
| 2014-01-19 | Fixed #21638: Validators are now comparable, stops infinite user mig'ns | Andrew Godwin | |
| 2014-01-19 | Fixed #21664: Multi-table inheritance was duplicating _ptr fields | Andrew Godwin | |
| 2014-01-19 | Fixed #21786: Bad behaviour when mixins + abstract bases for migrations | Andrew Godwin | |
| 2014-01-19 | Fixed #21783: (again) Found second source of bug, also squashed it. | Andrew Godwin | |
| 2014-01-19 | Merge pull request #1681 from loic/migrations.format | Andrew Godwin | |
| Fixed #21323 -- Improved readability of serialized Operation. | |||
| 2014-01-20 | Fixed #21323 -- Improved readability of serialized Operation. | Loic Bistuer | |
| 2014-01-19 | Fix unicode default input on py3 | Andrew Godwin | |
