Tim Graham
4416aa1d3f
Added a link to the 1.6 release notes which also fixed a rendering issue.
2014-01-22 11:04:44 -05:00
Tim Graham
dfc092622e
Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260 ).
2014-01-22 10:44:50 -05:00
Alex Gaynor
2ba09c000d
Added some missing whitespace around arithmetic operators
2014-01-22 09:21:05 -06:00
Tim Graham
6f06c749b7
Fixed #21726 -- Clarified that password should not be included in REQUIRED_FIELDS.
...
Thanks russellm for the report.
2014-01-22 10:17:44 -05:00
Tim Graham
03395b4277
Fixed some markup that caused broken links in the static files docs.
2014-01-22 10:15:27 -05:00
Loic Bistuer
c3fdeb28ff
Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or %(class)s.
2014-01-22 09:13:15 -05:00
Andrew Godwin
a5ec11c4bb
Merge pull request #2198 from Markush2010/ticket21852
...
Fixed #21852 -- Make migration writer serialize iterators
2014-01-22 03:45:30 -08:00
Oliver George
a4fbdcdf66
Fixed #21850 -- Made GeometryField.geodetic case insensitive
2014-01-22 09:26:38 +01:00
Markus Holtermann
047394f79c
Fixed #21852 -- Make migration writer serialize iterators
2014-01-22 09:21:54 +01:00
Florian Apolloner
088cb711fe
Fixed #21827 -- Install django-admin and django-admin.py
...
We need to figure out how to deprecate django-admin.py, but for now this
should do the trick.
2014-01-21 17:40:52 +01:00
Tim Graham
8606785faa
Merge pull request #2186 from zemanel/master
...
Fixed typo on docstring
2014-01-21 04:46:14 -08:00
Russell Keith-Magee
494b408041
Corrected problem with MySQL checks handler and related fields.
2014-01-21 18:37:49 +08:00
Florian Apolloner
151dae2bea
Changed django-admin back to django-admin.py. Refs #21827
2014-01-21 09:21:51 +01:00
Alex Gaynor
8482ab6633
Removed some stray newlines which caused flake8 issues
2014-01-20 22:58:05 -06:00
Carl Meyer
fb862c875e
Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. on CI).
2014-01-20 21:08:02 -07:00
Carl Meyer
6070a5d6a6
Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.
2014-01-20 20:25:33 -07:00
Russell Keith-Magee
56516ade5e
Refs #21831 -- Softened the TestClient dependency on contrib.auth.
...
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-21 08:51:23 +08:00
Jannis Leidel
8efd20f96d
Added ManifestStaticFilesStorage to staticfiles contrib app.
...
It uses a static manifest file that is created when running
collectstatic in the JSON format.
2014-01-20 19:32:07 +01:00
José Moreira
8649833cf8
fixed typo on docstring
2014-01-20 16:33:11 +00:00
Alex Gaynor
ee25ea0daf
Removed a stray new line which upset flake8
2014-01-20 09:57:35 -06:00
Russell Keith-Magee
e8920e96d0
Added a missing command to the command line examples for check.
...
Thanks to Bruno Renie for the report.
2014-01-20 20:46:21 +08:00
Russell Keith-Magee
53aa6c6ac1
Added warning silencers to some noisy tests.
...
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 20:30:29 +08:00
Russell Keith-Magee
b0602e935c
Corrected documentation typo.
...
Thanks to @cjerdonek for the report.
2014-01-20 19:48:06 +08:00
Anssi Kääriäinen
6ab58e3605
Fixed a couple of deprecation warnings
2014-01-20 13:12:15 +02:00
Shai Berger
056be4358d
Fixed two test failures under Oracle
2014-01-20 13:01:14 +02:00
Anssi Kääriäinen
980eda0190
Fixed custom_lookups tests for Oracle
...
Refs #21821
2014-01-20 10:52:58 +02:00
Anssi Kääriäinen
1c360dbbf5
Use date_extract_sql() for DateFields
...
Refs #21821
2014-01-20 10:52:58 +02:00
Anssi Kääriäinen
b86321e9a4
Fixed regex lookup on Oracle
...
Refs #21821
2014-01-20 10:52:58 +02:00
Anssi Kääriäinen
a9f1711518
Fixed Oracle in lookup when more than 1000 params
...
Refs #21821 .
2014-01-20 10:52:57 +02:00
Claude Paroz
457c16d0d6
Fixed multi geometries editing in OpenLayers widget
2014-01-20 09:19:23 +01:00
Russell Keith-Magee
9ddc358e8d
Corrected minor typo.
...
Thanks to @cjerdonek for the report.
2014-01-20 13:13:16 +08:00
Russell Keith-Magee
a029efca44
Removed an inactive system check for upload_to.
...
Thanks to Simon Charette for the eagle eyes.
2014-01-20 12:31:35 +08:00
Alex Gaynor
be8173af51
Fixed a small collection of flake8 violations that had snuck in
2014-01-19 21:15:31 -06:00
Russell Keith-Magee
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
...
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-20 10:45:21 +08:00
Tim Graham
6e7bd0b63b
Fixed some admin sphinx definitions so links work properly.
2014-01-19 20:29:09 -05:00
Andrew Godwin
6bbb820014
Fixed #21290 : Documented migration serializing and improved error
2014-01-19 19:27:30 +00:00
Baptiste Mispelon
34263c67b4
Moved the loader tags registration with the other builtins.
2014-01-19 20:11:32 +01:00
Andrew Godwin
51832c8aec
Remove other unicode literal
2014-01-19 18:57:59 +00:00
Andrew Godwin
b1fc8c19b2
Remove unicode prefix that snuck in
2014-01-19 18:57:06 +00:00
Andrew Godwin
a68f325791
Fixed #21638 : Validators are now comparable, stops infinite user mig'ns
2014-01-19 18:56:16 +00:00
Andrew Godwin
3f1a008266
Fixed #21664 : Multi-table inheritance was duplicating _ptr fields
2014-01-19 18:35:49 +00:00
Andrew Godwin
1f5268a01f
Fixed #21786 : Bad behaviour when mixins + abstract bases for migrations
2014-01-19 18:09:52 +00:00
Andrew Godwin
af4a8478e4
Fixed #21783 : (again) Found second source of bug, also squashed it.
2014-01-19 17:43:31 +00:00
Andrew Godwin
e8d4aed3b9
Merge pull request #1681 from loic/migrations.format
...
Fixed #21323 -- Improved readability of serialized Operation.
2014-01-19 09:30:27 -08:00
Loic Bistuer
374faa4721
Fixed #21323 -- Improved readability of serialized Operation.
2014-01-20 00:16:07 +07:00
Andrew Godwin
1ea96acaf5
Fix unicode default input on py3
2014-01-19 17:14:31 +00:00
Andrew Godwin
e802c97581
Fixed #21783 : Use defaults for adding NOT NULL on sqlite
2014-01-19 17:10:24 +00:00
Andrew Godwin
c9de1b4a55
Implement swappable model support for migrations
2014-01-19 16:43:12 +00:00
Tim Graham
5c7ac7494a
Fixed #18907 -- Correct docs regard population of model backrefs.
...
Thanks simonpercivall for the report and Aymeric for the patch.
2014-01-19 09:35:59 -05:00
Aymeric Augustin
66f546b906
Merge pull request #2116 from apollo13/setuptools
...
Switched setup.py to setuptools.
2014-01-19 06:11:44 -08:00