Luke Plant
|
1e37cb37ce
|
Further removal of static admin validation that can fail erroneously
|
2013-05-09 16:44:36 +01:00 |
Aymeric Augustin
|
1906cb9360
|
Fixed conditional skipping of test for left/right lookup types.
connection.ops.spatial_version is None for some backends (eg. MySQL) and
the comparison fails on Python 3 with TypeError.
|
2013-05-09 17:39:56 +02:00 |
Alex Gaynor
|
a53d7a0a50
|
Made gis_terms be a set, rather than a dict with None for all keys.
|
2013-05-09 08:13:13 -07:00 |
Alex Gaynor
|
6634cb7b53
|
Removed a test that didn't make sense; code could never be called the way the test was written.
|
2013-05-09 06:55:25 -07:00 |
Aymeric Augustin
|
3d595c3bc3
|
Fixed #20215 -- Disabled persistent connections by default.
|
2013-05-09 15:42:14 +02:00 |
Alex Gaynor
|
f25fc5b220
|
Merge pull request #1049 from mfogel/remove-unescessary-parameter-checks
Remove unnecessary check on __set__ parameters.
|
2013-05-08 21:20:58 -07:00 |
Luke Plant
|
2f8f2ad1d7
|
Removed some failing tests missed in 1556b1c3b7
|
2013-05-09 01:45:34 +01:00 |
Luke Plant
|
1556b1c3b7
|
Removed fragile admin validation of fields on ModelForm
Refs #19445
|
2013-05-09 00:49:05 +01:00 |
Aymeric Augustin
|
832b4a5722
|
Marked a test as an expected failure on MySQL and Python 3.2.
This test hits a bug in current ports of MySQLdb.
|
2013-05-08 23:12:46 +02:00 |
Alex Gaynor
|
ea3a378c22
|
Added an HTTP status code to Django's WSGI application that was missing (reason unknown).
|
2013-05-08 12:45:31 -07:00 |
Aymeric Augustin
|
7476d96f83
|
Marked tests of BinaryFields as expected failures on MySQL and Python 3.
Current ports of MySQLdb are very buggy in this area.
|
2013-05-08 15:48:39 +02:00 |
Aymeric Augustin
|
86b4ac665a
|
[py3] Stopped iterating on exceptions. Refs #20025.
|
2013-05-08 13:05:23 +02:00 |
Aymeric Augustin
|
e81e319f15
|
Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.
Made a few minor compatibility adjustments.
|
2013-05-08 13:05:09 +02:00 |
Aymeric Augustin
|
1fff8daf88
|
Fixed test failures on MySQL.
Some tests failed when the time zone definitions were loaded in MySQL
and pytz wasn't installed. This setup isn't supported.
|
2013-05-08 13:03:36 +02:00 |
Claude Paroz
|
de8aa3a9a9
|
Fixed #20256 -- Corrected startproject --template help text
Thanks n0nam3 for the patch.
|
2013-05-08 09:55:40 +02:00 |
Mike Fogel
|
a22e15effc
|
Remove unnecessary check on __set__ parameters.
|
2013-05-07 21:50:59 -07:00 |
Carl Meyer
|
bc46f67fa8
|
Fixed Sphinx error in tutorial 1.
|
2013-05-07 18:18:42 -06:00 |
Carl Meyer
|
6c6c67f5a6
|
Fixed inconsistent punctuation in tutorial 5.
|
2013-05-07 17:07:29 -06:00 |
Carl Meyer
|
d89b421352
|
Python 2.5 is not relevant to master.
|
2013-05-07 17:05:37 -06:00 |
Tai Lee
|
99a6f0e77c
|
Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`
Handle the `UnicodeDecodeError` exception, send a warning to `stdout` with the
file name and location, and continue processing other files.
|
2013-05-07 21:22:05 +02:00 |
Mike Fogel
|
1ad83145df
|
Remove outdated ForeignKey manager documentation.
|
2013-05-07 10:06:15 -04:00 |
Tim Graham
|
bc02a963db
|
Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.
Thanks vlad.london.uk@ for the report.
|
2013-05-06 13:55:02 -04:00 |
Tim Graham
|
e886808994
|
Fixed #20274 - Added some clarifying section headings in the test docs.
|
2013-05-06 13:45:24 -04:00 |
Tim Graham
|
86d3079d57
|
Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.
Thanks monuszko for the report.
|
2013-05-06 06:19:52 -04:00 |
Christopher Allen-Poole
|
a96bff179a
|
Found a mistake in SQL documentation
|
2013-05-05 11:01:45 -04:00 |
Florian Apolloner
|
371dbbe6e0
|
Ensured that the javascript_catalog view doesn't leak translations.
|
2013-05-05 15:52:07 +02:00 |
Florian Apolloner
|
da85c8cf32
|
Fixed a regression introduced in 9f7a01ef2b .
|
2013-05-05 15:27:14 +02:00 |
Claude Paroz
|
f3b3c569e7
|
One more changed import location of wraps
|
2013-05-04 13:29:40 +02:00 |
Claude Paroz
|
66c83dce07
|
Fixed #18351 -- Added X-Robots-Tag header to sitemaps
Thanks Michael Lissner for the report and initial patch, and
Tom Mortimer-Jones for working on the patch.
|
2013-05-04 12:08:15 +02:00 |
Claude Paroz
|
ac9daa0cbd
|
Systematically imported wraps from functools
|
2013-05-04 11:53:12 +02:00 |
Claude Paroz
|
f9f0e8da4d
|
Used ngettext in a formsets error message
Several languages will distinctly translate '%d or fewer forms'
depending on the variable.
|
2013-05-04 10:18:04 +02:00 |
Aaron Cannon
|
291250f7b6
|
Added clarification to the docs, pointing out that unique_for_date only considers the date portion of DateTime fields.
|
2013-05-03 08:46:53 -05:00 |
Daniel Lindsley
|
d48b7230a8
|
Added myself to the committers list.
|
2013-05-03 00:46:51 -07:00 |
Claude Paroz
|
9f7a01ef2b
|
Updated translation templates and removed en translations
"en" translations have been mistakenly committed in 87cc3da81 .
|
2013-05-02 16:25:23 +02:00 |
Michael Manfre
|
6bdeed1b81
|
Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTS
|
2013-05-01 12:13:44 -06:00 |
Florian Apolloner
|
780fa48f5f
|
Fixed test failures introduced in a5becad909 .
|
2013-05-01 16:40:49 +02:00 |
Florian Apolloner
|
a5becad909
|
Fixed #19252 -- Added support for wheel packages.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
2013-05-01 13:46:06 +02:00 |
Aymeric Augustin
|
ce45240df4
|
Fixed #20336 -- Removed obsolete paragraph from the docs.
Thanks Baptiste Mispelon.
|
2013-04-30 21:40:16 +02:00 |
Preston Holmes
|
8f08f0afbb
|
Merge pull request #1034 from infraredgirl/master
Fix two typos in database transactions docs
|
2013-04-30 09:46:18 -07:00 |
Ana Krivokapic
|
cee96b87c0
|
Fix two typos in database transactions docs
|
2013-04-30 18:38:59 +02:00 |
Aymeric Augustin
|
1267d2d9bc
|
Fixed #20330 -- Normalized spelling of "web server".
Thanks Baptiste Mispelon for the report.
|
2013-04-29 19:40:43 +02:00 |
Thomas Thurman
|
b47b0211f5
|
Corrected "it's" to "its" when used possessively.
Fixed #20327.
|
2013-04-29 17:21:37 +02:00 |
Aymeric Augustin
|
3a4276ffc3
|
Tested that get_or_create raises IntegrityError.
It used to raise "DatabaseError: no such savepoint" with the old
transaction management. Closes #15117.
|
2013-04-28 17:15:41 +02:00 |
Aymeric Augustin
|
90fe9141de
|
Fixed #18986 -- Improved error message for missing files
in CachedStaticFilesStorage. Thanks zyegfryed for his work on the patch.
|
2013-04-28 16:45:05 +02:00 |
Aymeric Augustin
|
f7f69cf7dd
|
Pointed to the docs version switcher in tutorial 1.
Refs #20324. Thanks dwisehart for the suggestion.
|
2013-04-28 15:10:59 +02:00 |
Aymeric Augustin
|
4ff682c1ba
|
Fixed #18336 -- Doubled request_queue_size.
This reduces random failures to load static files with Google Chrome.
|
2013-04-28 10:47:07 +02:00 |
Claude Paroz
|
4769db6b5f
|
Fixed #20321 -- Added missing key name in MergeDict KeyError message
Thanks mark.harviston et gmail.com for the report.
|
2013-04-26 08:59:34 +02:00 |
Adrian Holovaty
|
6bccbc05a4
|
Converted a list comprehension into a generator expression in query_utils.py
|
2013-04-25 12:22:16 -05:00 |
Adrian Holovaty
|
5a5e1ac24d
|
Negligible formatting fixes in query_utils.py
|
2013-04-25 11:42:08 -05:00 |
Adrian Holovaty
|
86243d2e57
|
Removed an errant ipdb import from commit 9777442
|
2013-04-25 11:41:57 -05:00 |