summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22[1.7.x] Bump version number for 1.7 alpha 1.1.7a1James Bennett
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-22Fixed #20834 -- Described how caching of user permissions works.Tim Graham
2014-01-22Added a link to the 1.6 release notes which also fixed a rendering issue.Tim Graham
2014-01-22Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
2014-01-22Added some missing whitespace around arithmetic operatorsAlex Gaynor
2014-01-22Fixed #21726 -- Clarified that password should not be included in REQUIRED_FI...Tim Graham
2014-01-22Fixed some markup that caused broken links in the static files docs.Tim Graham
2014-01-22Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...Loic Bistuer
2014-01-22Merge pull request #2198 from Markush2010/ticket21852Andrew Godwin
2014-01-22Fixed #21850 -- Made GeometryField.geodetic case insensitiveOliver George
2014-01-22Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann
2014-01-21Fixed #21827 -- Install django-admin and django-admin.pyFlorian Apolloner
2014-01-21Merge pull request #2186 from zemanel/masterTim Graham
2014-01-21Corrected problem with MySQL checks handler and related fields.Russell Keith-Magee
2014-01-21Changed django-admin back to django-admin.py. Refs #21827Florian Apolloner
2014-01-20Removed some stray newlines which caused flake8 issuesAlex Gaynor
2014-01-20Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. o...Carl Meyer
2014-01-20Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.Carl Meyer
2014-01-21Refs #21831 -- Softened the TestClient dependency on contrib.auth.Russell Keith-Magee
2014-01-20Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel
2014-01-20fixed typo on docstringJosé Moreira
2014-01-20Removed a stray new line which upset flake8Alex Gaynor
2014-01-20Added a missing command to the command line examples for check.Russell Keith-Magee
2014-01-20Added warning silencers to some noisy tests.Russell Keith-Magee
2014-01-20Corrected documentation typo.Russell Keith-Magee
2014-01-20Fixed a couple of deprecation warningsAnssi Kääriäinen
2014-01-20Fixed two test failures under OracleShai Berger
2014-01-20Fixed custom_lookups tests for OracleAnssi Kääriäinen
2014-01-20Use date_extract_sql() for DateFieldsAnssi Kääriäinen
2014-01-20Fixed regex lookup on OracleAnssi Kääriäinen
2014-01-20Fixed Oracle in lookup when more than 1000 paramsAnssi Kääriäinen
2014-01-20Fixed multi geometries editing in OpenLayers widgetClaude Paroz
2014-01-20Corrected minor typo.Russell Keith-Magee
2014-01-20Removed an inactive system check for upload_to.Russell Keith-Magee
2014-01-19Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Fixed some admin sphinx definitions so links work properly.Tim Graham
2014-01-19Fixed #21290: Documented migration serializing and improved errorAndrew Godwin
2014-01-19Moved the loader tags registration with the other builtins.Baptiste Mispelon
2014-01-19Remove other unicode literalAndrew Godwin
2014-01-19Remove unicode prefix that snuck inAndrew Godwin
2014-01-19Fixed #21638: Validators are now comparable, stops infinite user mig'nsAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-19Fixed #21786: Bad behaviour when mixins + abstract bases for migrationsAndrew Godwin
2014-01-19Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin
2014-01-19Merge pull request #1681 from loic/migrations.formatAndrew Godwin
2014-01-20Fixed #21323 -- Improved readability of serialized Operation.Loic Bistuer
2014-01-19Fix unicode default input on py3Andrew Godwin