Collin Anderson
|
a6a8268d19
|
Fixed #23660 -- Moved sort_dependencies to core.
|
2014-10-16 03:04:13 +07:00 |
Anubhav Joshi
|
10b17a22be
|
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Thanks Loic Bistuer for helping in shaping the patch and Claude Paroz
for the review.
|
2014-10-16 02:31:17 +07:00 |
Claude Paroz
|
59d487e7fc
|
Fixed #23638 -- Prevented crash while parsing invalid cookie content
Thanks Philip Gatt for the report and Tim Graham for the review.
|
2014-10-13 17:37:58 +02:00 |
Florian Apolloner
|
8d789449c7
|
Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per RFC.
|
2014-10-12 22:01:24 +02:00 |
Thomas Chaumeny
|
6448dd8335
|
Fixed #23642 -- Made LocMemCache.incr() thread-safe as documented
|
2014-10-12 23:47:48 +07:00 |
Jaap Roes
|
1b5918f160
|
Fixed #23625 -- Removed CacheClass shim
|
2014-10-10 08:43:26 -04:00 |
Brandon Taylor
|
16ed35fafc
|
Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths on Windows.
|
2014-10-09 14:58:20 -04:00 |
Jon Dufresne
|
c1ef234e31
|
Fixed #23522 -- Changed reverse() to return a Unicode string; not bytes
|
2014-10-07 13:06:39 -04:00 |
Markus Holtermann
|
2f16ff5a6c
|
Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.
|
2014-10-06 09:31:39 -04:00 |
Thomas Chaumeny
|
b2aad7b836
|
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thanks Collin Anderson for the review.
|
2014-09-29 00:01:38 +07:00 |
Claude Paroz
|
e1fbb68e4e
|
Updated comment about Python issue
|
2014-09-27 22:48:30 +02:00 |
Marco Buttu
|
e077c29155
|
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
|
2014-09-25 07:44:22 -04:00 |
Claude Paroz
|
ed297061a6
|
Fixed #18782 -- Prevented sql_flush to flush views
Thanks rodolfo_3 for the report and the initial patch, and
Josh Smeaton, Shai Berger and Tim Graham for the reviews.
|
2014-09-23 20:13:31 +02:00 |
José Padilla
|
5472d18e31
|
Fixed #23461 -- Added EMAIL_TIMEOUT setting
|
2014-09-13 09:33:21 -04:00 |
Tim Graham
|
52ef6a4726
|
Fixed #17101 -- Integrated django-secure and added check --deploy option
Thanks Carl Meyer for django-secure and for reviewing.
Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and
Jorge Carleitao for reviews.
|
2014-09-12 15:05:23 -04:00 |
Andi Albrecht
|
00535e8e6b
|
Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.
Thanks jwmayfield, serg.partizan, and Wojciech Banaś for work on the patch.
|
2014-09-10 11:14:20 -04:00 |
Flavio Curella
|
c53f2451a8
|
Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS
|
2014-09-09 12:29:30 -04:00 |
Tim Graham
|
0e4d79c4f0
|
Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Thanks djbaldey for the report.
|
2014-09-06 10:07:34 -04:00 |
Tim Graham
|
1101467ce0
|
Limited lines to 119 characters in django/
refs #23395.
|
2014-09-05 09:22:16 -04:00 |
Raffaele Salmaso
|
1435cfbe8d
|
Fixed #23302 -- Added --name/-n option to makemigrations command
|
2014-09-02 21:09:18 -04:00 |
Bas Peschier
|
eacf244506
|
Converted sql_queries into a lazily evaluated list.
Fixed #23364. Thanks Markush2010 for the report.
|
2014-08-30 13:27:56 +02:00 |
Joshua "jag" Ginsberg
|
eb2af16c59
|
Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.
|
2014-08-29 10:12:03 -04:00 |
Tim Graham
|
cf33777306
|
Clarified a comment in django.core.files.temp.
|
2014-08-29 07:27:15 -04:00 |
Simon Charette
|
1e404180c1
|
Fixed #23379 -- Corrected a referencing issue in sql_create.
Thanks to Trac alias flakfizer for the report.
|
2014-08-28 15:17:50 -04:00 |
areski
|
0396cd8f19
|
Fixed #23327 -- Added 'zero' syntax to migrate help message
|
2014-08-22 13:40:14 -04:00 |
Tim Graham
|
0d8d30b7dd
|
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
This is a security fix. Disclosure following shortly.
|
2014-08-20 14:39:40 -04:00 |
Florian Apolloner
|
28e765810d
|
Prevented reverse() from generating URLs pointing to other hosts.
This is a security fix. Disclosure following shortly.
|
2014-08-20 14:39:40 -04:00 |
Gabriel Muñumel
|
3e241313a4
|
Fixed #23136 -- Added a message when sqlclear does nothing
|
2014-08-18 13:20:29 -04:00 |
Baptiste Mispelon
|
5853c87a45
|
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
|
2014-08-18 18:55:12 +02:00 |
Ramiro Morales
|
152afadef1
|
Merge pull request #3075 from ramiro/makemessages-ignore-windows
Fixed #23298 -- Made makemessages actually ignore specified dirs on Wind...
|
2014-08-18 13:33:02 -03:00 |
Raffaele Salmaso
|
e0a98e2374
|
Fixed #23309 -- Fixed call_command to parse args correctly
|
2014-08-18 17:54:24 +02:00 |
Ramiro Morales
|
b4dce7c37a
|
Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.
This was detected by two failures in the i18n.test_extraction of our
test suite.
Refs #20422, refs #22336
|
2014-08-15 16:19:04 -03:00 |
Ramiro Morales
|
0bfb538661
|
Fixed #23291 -- Don't add Unicode varname/value to environment.
Windows doesn't like that and it causes 114 failures in the
admin_scripts tests with Python 2.x.
|
2014-08-14 12:22:21 -03:00 |
Claude Paroz
|
055d95fce0
|
Fixed #23265 -- Used system-specific encoding in runserver
Thanks SpaceFox for the report.
|
2014-08-14 12:08:06 +02:00 |
Tim Graham
|
7f4be9cbc2
|
Fixed flake8 warning.
|
2014-08-13 12:33:18 -04:00 |
Claude Paroz
|
2cc8ffe258
|
Fixed #22985 -- Made call_command accept option name parameter
Thanks giulettamasina for the report and Tim Graham for the review.
|
2014-08-12 21:53:29 +02:00 |
Claude Paroz
|
dc462a8ed5
|
Removed unused migrate option
|
2014-08-09 17:13:00 +02:00 |
Justin Hamade
|
8fe406864c
|
Fixed #22336 -- Added path matching for makemessages ignore option
This fixes a regression introduced by 9012a9e200 .
|
2014-08-08 22:54:30 +02:00 |
Florian Apolloner
|
2d542bf60c
|
Ensured that Paginator.page_range works the same on Python 2 and 3.
This somewhat fixes #23088, refs 23140.
|
2014-08-03 21:10:00 +02:00 |
Florian Apolloner
|
40fb6a5601
|
Revert "Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`."
This reverts commit 6508db2ff9 .
Refs #23088.
|
2014-08-03 21:08:24 +02:00 |
Christoph Heer
|
d47409831f
|
Fixed #23067 -- Updated docs to use django-admin
|
2014-07-30 14:14:03 -04:00 |
areski
|
67d7da5fb9
|
Fixed #23107 -- Made runserver output respect --no-color.
|
2014-07-30 12:58:53 -04:00 |
Andrew Godwin
|
096a5de5d2
|
Fixed #23092: Squashing handles external dependencies
|
2014-07-29 10:22:00 -07:00 |
Andrew Godwin
|
8ebd6d35d7
|
Fixed #23090: Document and enforce not double-squashing migrations
|
2014-07-29 10:02:59 -07:00 |
Florian Apolloner
|
2ab0ed7b28
|
Only warn about initial data if fixtures have been found.
|
2014-07-27 13:23:16 +02:00 |
Anubhav Joshi
|
5cdb8f8c1e
|
Fixed #16617 -- Added 'value' to BaseValidator params.
Also allowed overriding the default messages in subclasses of BaseValidator.
Thanks sperrygrove for initial patch.
|
2014-07-26 10:03:00 -04:00 |
Andrew Godwin
|
f44dbf74a4
|
Mark initial_data as deprecated separately from syncdb. Refs #23077.
|
2014-07-25 09:09:15 -07:00 |
Moayad Mardini
|
6508db2ff9
|
Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.
|
2014-07-25 11:04:58 +03:00 |
Damien Nozay
|
70c54a3694
|
Fixed #23028: Added unique_togther support to inspectdb.
|
2014-07-18 16:10:59 +00:00 |
Claude Paroz
|
28efafa24c
|
Ignored STATIC_ROOT and MEDIA_ROOT in makemessages
Also alleviate issues with weird file names typically found in
MEDIA_ROOT directories (#23010).
Thanks Tim Graham for the review.
|
2014-07-16 09:38:57 +02:00 |