Andriy Sokolovskiy
|
d8f3b86a76
|
Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.
A default is no longer required.
|
2014-12-15 14:41:52 -05:00 |
Andriy Sokolovskiy
|
089047331d
|
Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
|
2014-12-15 13:40:24 -05:00 |
Tim Graham
|
0d5ca7b560
|
Moved an import in an auth test; refs #23925.
This keeps tests/__init__.py from importing other modules and may fix a problem
with test discovery revealed in formtools tests on Travis CI.
|
2014-12-15 10:09:18 -05:00 |
Berker Peksag
|
9aeb917dad
|
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
|
2014-12-15 09:45:31 -05:00 |
Markus Holtermann
|
aa5ef0d4fc
|
Fixed #23822 -- Added support for serializing model managers in migration
Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin,
Tim Graham, Carl Meyer, and others for their review and input.
|
2014-12-15 08:34:15 -05:00 |
Markus Holtermann
|
e37ab311fc
|
Changed internal storing of abstract and concrete managers to be in a single list.
This commit prepares the internal manager layout to be serialized by
migrations; refs #23822.
|
2014-12-15 08:32:47 -05:00 |
Shai Berger
|
7c1f3901bc
|
Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converter
Thanks Josh Smeaton for review.
|
2014-12-15 00:07:10 +02:00 |
Aymeric Augustin
|
0fc1882510
|
Merge pull request #3730 from tchaumeny/test_suite_reorder
Fixed #23992 -- Optimized reorder_suite functions using OrderedSet
|
2014-12-14 17:29:34 +01:00 |
JuneHyeon Bae
|
9495989265
|
Fixed timesince translations for Korean
Refs #23989.
Forward port of eb632bfba from stable/1.7.x.
|
2014-12-14 16:48:42 +01:00 |
Thomas Chaumeny
|
2ca0870b67
|
Fixed #23992 -- Optimized reorder_suite functions using OrderedSet
|
2014-12-14 13:38:01 +01:00 |
Michael Hall
|
895dc880eb
|
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
|
2014-12-13 12:45:58 -05:00 |
Claude Paroz
|
a5499b0916
|
Removed empty gis models.py
Refs #22645.
|
2014-12-13 16:23:49 +01:00 |
Carl Meyer
|
c72eb80d11
|
Fixed #23455 -- Accept either bytes or text for related_name, convert to text.
|
2014-12-12 12:50:39 -07:00 |
Carl Meyer
|
8aaf51f94c
|
Revert "Fixed #23455 -- Forced related_name to be a unicode string during deconstruction."
This reverts commit 45bd7b3bd9 .
|
2014-12-12 12:50:39 -07:00 |
Claude Paroz
|
df30ae07fc
|
Fixed postgis test database initialization
Refs #20968. Allow querying template_postgis presence without
existing test database.
Thanks Tim Graham for the review.
|
2014-12-12 20:08:07 +01:00 |
Tim Graham
|
c7a19f4203
|
Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.
Thanks amarandon for the report.
|
2014-12-12 10:24:39 -05:00 |
Josh Smeaton
|
267a1dcd9b
|
Fixed #23941 -- Removed implicit decimal formatting from expressions.
|
2014-12-12 10:17:48 -05:00 |
Kevin Marsh
|
e2868308bf
|
Fixed template tag braces spacing.
|
2014-12-12 09:34:18 -05:00 |
Thomas Chaumeny
|
119154ca7f
|
Refs #20392 -- Load fixtures once within TestCase
|
2014-12-12 09:16:15 -05:00 |
Grzegorz Slusarek
|
0dea81cd6d
|
Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
|
2014-12-12 08:47:21 -05:00 |
Sergey Parkhomenko
|
059c9ab24c
|
Fixed #23977 -- Added setdefault() method to HttpResponse
|
2014-12-11 13:56:56 -05:00 |
Markus Amalthea Magnuson
|
d4e449d730
|
Fixed typo in admin deprecation message.
|
2014-12-11 13:30:31 -05:00 |
Markus Holtermann
|
44927ba817
|
Fixed #23956 -- Fixed migration creation for multiple table inheritance
|
2014-12-11 13:28:21 -05:00 |
Marc Tamlyn
|
6b2d3f9206
|
Remove text-mangling of default values.
|
2014-12-09 09:10:51 +00:00 |
Claude Paroz
|
bac7664f27
|
Ran 'CREATE EXTENSION postgis' during prepare_database hook
DatabaseWrapper.prepare_database has been introduced in 307de67073 .
|
2014-12-08 22:22:53 +01:00 |
Claude Paroz
|
8f97413fae
|
Fixed #20968 -- Checked Spatialite metadata before migrations
Thanks Kenial S. Lee for the initial patch and Tim Graham for
the review.
|
2014-12-08 22:22:53 +01:00 |
Jon Dufresne
|
4468c08d70
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
Diego Guimarães
|
9f427617e4
|
Refs #23947 -- Worked around a bug in Python that prevents deprecation warnings from appearing in tests.
|
2014-12-06 14:46:01 -05:00 |
Aymeric Augustin
|
4832320e8d
|
Updated obsolete comment.
|
2014-12-06 20:39:53 +01:00 |
Tim Graham
|
b6ea059b4a
|
Fixed #23957 -- Started deprecation toward requiring session verification.
Thanks Carl Meyer for review.
|
2014-12-05 07:37:34 -05:00 |
Claude Paroz
|
8d7a48027e
|
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Thanks adityagupta104 for the report and Tim Graham for the review.
|
2014-12-04 21:27:42 +01:00 |
Tim Graham
|
765fa36d57
|
Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Thanks wkornewald for the report and Markus Holtermann for review.
|
2014-12-04 10:57:10 -05:00 |
Thomas Tanner
|
018d110ef5
|
Fixed #23911 -- Added support for buffer file uploads in the test client
|
2014-12-04 07:42:03 -05:00 |
Berker Peksag
|
560b4207b1
|
Removed redundant numbered parameters from str.format().
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
|
2014-12-03 14:27:38 -05:00 |
Tim Graham
|
b06dfad88f
|
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware.
Thanks andrewbadr for the report and Carl Meyer for the review.
|
2014-12-03 13:11:47 -05:00 |
Thomas Chaumeny
|
da9fe5c717
|
Fixed #20392 -- Added TestCase.setUpTestData()
Each TestCase is also now wrapped in a class-wide transaction.
|
2014-12-03 10:37:04 -05:00 |
Gavin Wahl
|
dee4d23f7e
|
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
|
2014-12-03 08:22:29 -05:00 |
Eric Rouleau
|
9d1a69579b
|
Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.format
|
2014-12-03 07:49:06 -05:00 |
Tim Graham
|
5c773447c3
|
Tweaked fix for refs #23946; thanks Claude.
|
2014-12-02 15:57:08 -05:00 |
Claude Paroz
|
00fa1474d7
|
Added raster support for GDAL Driver class
Based on Daniel Wiesmann's work. Refs #23804.
|
2014-12-02 19:56:50 +01:00 |
Daniel Wiesmann
|
ac51496ceb
|
Added cpl error codes to errcheck functions
GDAL raster methods return different error codes from the vector
API.
|
2014-12-02 19:56:50 +01:00 |
Daniel Wiesmann
|
4df3a3e0e9
|
Added GDAL prototypes for raster support
Refs #23804.
|
2014-12-02 19:56:35 +01:00 |
Andriy Sokolovskiy
|
bba545345f
|
Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
|
2014-12-02 12:01:51 -05:00 |
Kamil Braun
|
0623f4dea4
|
Fixed #23934 -- Fixed regression in admin views obj parameter.
|
2014-12-02 08:42:17 -05:00 |
jerry dumblauskas
|
5760fe66df
|
Fixed typo in django/dispatch/dispatcher.py docstring.
|
2014-12-02 07:26:45 -05:00 |
wrwrwr
|
bfc75996f9
|
Fixed #23945 -- Made default site use the configured SITE_ID.
|
2014-12-01 19:36:50 -05:00 |
Andriy Sokolovskiy
|
1739ae9edc
|
Fixed #23807 -- Ignored non-digits in psycopg2 version
|
2014-12-01 18:42:08 -05:00 |
Tim Graham
|
82e4f956e3
|
Fixed #23289 -- Added mock as a test dependency.
|
2014-12-01 16:08:25 -05:00 |
wrwrwr
|
1f98ec2e53
|
Fixed #23929 -- Added more tests for create_default_site.
Refs: #15346, #15573, #16353, #16828.
|
2014-12-01 14:38:16 -05:00 |
Claude Paroz
|
e11c6fd218
|
Fixed #23909 -- Prevented crash when collecting SQL for RunSQL
Thanks James Rivett-Carnac for the report and Markus Holtermann
for the review.
|
2014-12-01 20:26:40 +01:00 |