Andrew Godwin
|
aa4d10d919
|
Merge pull request #3208 from gregplaysguitar/master
Note re migrations importing custom fields
|
2014-09-09 16:06:42 -07:00 |
Greg Brown
|
b4d486c80f
|
Note re migrations importing custom fields
|
2014-09-10 09:52:44 +12:00 |
Claude Paroz
|
b9d9287f59
|
Fixed urlize after smart_urlquote rewrite
Refs #22267.
|
2014-09-09 21:59:35 +02:00 |
Claude Paroz
|
4b8a1d2c0d
|
Fixed #22267 -- Fixed unquote/quote in smart_urlquote
Thanks Md. Enzam Hossain for the report and initial patch, and
Tim Graham for the review.
|
2014-09-09 21:58:07 +02:00 |
Aymeric Augustin
|
9562ffea97
|
Avoid the word "stupid".
There's always a better word.
|
2014-09-09 20:55:57 +02:00 |
Tim Graham
|
d26199cb70
|
Fixed #23442 -- Added django.__version__ per PEP 396.
Thanks abhillman for the suggestion and Claude Paroz for review.
|
2014-09-09 14:27:05 -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
|
c32bc1a7a7
|
Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url().
Thanks jukvalim for the report and initial patch,
and Preston Timmons for review.
|
2014-09-09 11:05:31 -04:00 |
Sébastien Fievet
|
e5ae03fd5a
|
Fixed missing trailing parenthesis in docs/releases/1.7.txt
|
2014-09-09 16:00:01 +02:00 |
Tim Graham
|
c7f7432be5
|
Fixed #23350 -- Updated mod_wsgi auth example to use less memory.
Thanks Graham Dumpleton for the report.
|
2014-09-09 09:32:19 -04:00 |
Tim Graham
|
2508be35ca
|
Fixed #23399 -- Optimized django.utils.http.int_to_bas36()
Thanks liminspace for the patch and Keryn Knight for benchmarking.
|
2014-09-08 19:31:21 -04:00 |
Tim Graham
|
5cba975d26
|
Fixed flake8 warning.
|
2014-09-08 17:28:55 -04:00 |
Petras Zdanavičius
|
f7eee04ebe
|
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
|
2014-09-08 17:22:23 -04:00 |
Aymeric Augustin
|
b161c01c48
|
Fixed #22920 -- Avoid masking some exceptions.
If loading an application trigger an ImportError, the details of that
error were lost in some cases. Thanks Ben Davis for the report.
|
2014-09-08 23:16:50 +02:00 |
Tim Graham
|
d3543af750
|
Added sorting to some admin_view tests to prevent transient failures; refs #23380.
|
2014-09-08 17:10:58 -04:00 |
Markus Holtermann
|
16548cfc7c
|
Fixed broken test from da160d440f; refs #23418.
|
2014-09-08 16:49:06 -04:00 |
Aymeric Augustin
|
aa399f6b8b
|
Use "catch" instead of "trap" for exceptions.
This is the idiomatic word in the Python world.
|
2014-09-08 22:23:44 +02:00 |
Markus Holtermann
|
d4467ede77
|
Updated links to point to dev documentation.
|
2014-09-08 15:32:32 -04:00 |
Markus Holtermann
|
d28b5f13b3
|
Fixed #23418 -- Fail when migration deconstruct produces invalid import
|
2014-09-08 21:27:34 +02:00 |
Marc Tamlyn
|
f9419a6dc0
|
Revert "Removed dead link in release notes."
This reverts commit cbbc7131c1 .
|
2014-09-08 18:56:46 +01:00 |
Simon Charette
|
342ccbddc1
|
Fixed #23431 -- Allowed inline and hidden references to admin fields.
This fixes a regression introduced by the 53ff096982 security fix.
Thanks to @a1tus for the report and Tim for the review.
refs #23329.
|
2014-09-08 13:49:07 -04:00 |
Marc Tamlyn
|
cbbc7131c1
|
Removed dead link in release notes.
|
2014-09-08 18:44:03 +01:00 |
Octowl
|
5f3806b861
|
Fixed #23307 -- Clarified the way max_num limits the output of formsets.
Thanks velle for the report.
|
2014-09-08 13:22:15 -04:00 |
Josh Smeaton
|
638d1393ee
|
Fixed #23434 -- Coerce Oracle bool params to int
|
2014-09-08 10:11:20 -04:00 |
Tim Graham
|
60c38c1a4e
|
Fixed #23281 -- Added "concrete model" to glossary.
Thanks knowledgepoint-devs for the suggestion.
|
2014-09-08 08:45:47 -04:00 |
Andrew Pinkham
|
4680d25df2
|
Fixed #22951 -- Checked for types during deep_deconstruct migration serialization process.
Thanks Sam Hartsfield for the report.
|
2014-09-08 07:39:09 -04:00 |
Sébastien Fievet
|
f36ab2d3f2
|
Fixed typo in docs/howto/custom-lookups.txt.
|
2014-09-07 11:29:20 +02:00 |
Tim Graham
|
0b5bd398fa
|
Added the inaugural technical board.
|
2014-09-06 19:13:29 -04:00 |
Marc Tamlyn
|
14c8456ffe
|
Fixed #23416 -- Make sure DatabaseCreation respects checks.
Migrations respected Field.db_parameters()['check'], but
DatabaseCreation was still using just Field.db_type().
|
2014-09-06 19:01:06 +01:00 |
Paul McMillan
|
e5febfb3c3
|
Move Gabriel Hurley to "Past Team Members"
|
2014-09-06 10:44:17 -07:00 |
Paul McMillan
|
a4ab0495cc
|
Update bio for Paul McMillan to remove dead links
|
2014-09-06 10:32:10 -07:00 |
Alex Gaynor
|
0707fbc73f
|
Convert myself to an emeritus member
|
2014-09-06 10:20:56 -07:00 |
Aymeric Augustin
|
dfe209a0c0
|
Fixed #23437 -- Documented required update of WSGI scripts for 1.7.
Thanks Tim for the review.
|
2014-09-06 19:02:06 +02:00 |
Collin Anderson
|
fa74dba994
|
Refs #23430 -- gunicorn wants a module, not file
|
2014-09-06 08:13:45 -07: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
|
0a2bc6e6bd
|
Additional edits for refs #23340; thanks Loic.
|
2014-09-06 07:59:27 -04:00 |
Collin Anderson
|
7353e26d5d
|
Fixed #23340 -- Corrected naturaltime docs to match behavior.
Thanks zachborboa for the report and blackguest for the patch.
|
2014-09-06 07:47:56 -04:00 |
Tim Graham
|
88c4e01d34
|
Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.
|
2014-09-06 07:31:36 -04:00 |
oromero
|
0f0a5c07f9
|
Fixed #22161 -- Documented send() with no recipients won't raise an exception.
|
2014-09-05 20:38:50 -04:00 |
Collin Anderson
|
77b3907d6d
|
Fixed #23430 -- simplified gunicorn deployment docs.
|
2014-09-05 20:36:35 -04:00 |
Baylee Feore
|
f7d3a6255c
|
Fixed #23380 -- Fixed flaky test: admin_filters.tests.ListFiltersTests.test_relatedfield
|
2014-09-05 20:05:51 -04:00 |
Patrick Beeson
|
fb545e5a27
|
Fixed #23427 -- Documented migrate is required before runserver for default projects.
|
2014-09-05 19:59:02 -04:00 |
Andrew Godwin
|
3ab36d0046
|
Fix Python 3 incompatability
|
2014-09-05 15:47:20 -07:00 |
Andrew Godwin
|
2145a7782a
|
Merge pull request #3171 from ClipCard/master
Prevent possible recursion limit issue in migration planning
|
2014-09-05 15:37:16 -07:00 |
Ben Reilly
|
b878c73fc3
|
switch out recursive dfs for stack based approach, to avoid possibly hitting the recursion limit
|
2014-09-05 15:26:05 -07:00 |
Andrew Godwin
|
45768e6b72
|
Update docs to be more clear about nested classes (refs #23418)
|
2014-09-05 15:00:01 -07:00 |
Tim Graham
|
5c5011ce68
|
Fixed #23414 -- Updated version numbers in release process doc.
Thanks jaap3 for the report.
|
2014-09-05 15:44:41 -04:00 |
Andrew Godwin
|
7a259008a7
|
Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.
|
2014-09-05 11:59:56 -07:00 |
Tim Graham
|
62939aba99
|
Removed an admonition in the tutorial about the old project layout.
There are no supported versions that use the old layout (<=1.3).
|
2014-09-05 14:43:33 -04:00 |
Andrew Godwin
|
6d504562f5
|
Fixed #22534: Reinforce swappable documentation
|
2014-09-05 11:39:55 -07:00 |