1
0
mirror of https://github.com/django/django.git synced 2025-03-23 07:40:44 +00:00

13723 Commits

Author SHA1 Message Date
Tim Graham
66005c643c [1.5.X] Fixed - Clarified docs assumption that certain objects exist in database.
Thanks Tomasz Jaskowski for the patch.

Backport of 41bea033b7 from master
2013-05-19 11:34:25 -04:00
Tim Graham
694f4ff9e2 [1.5.x] Fixed - Added a note about DEBUG in static file docs.
Thanks wim@ for the suggestion and Nicolas Noé for the patch.

Backport of 2c84f4434c from master
2013-05-18 12:12:56 -04:00
Erik Romijn
38fbc83847 [1.5.x] Fixed -- Documentation for SmallIntegerField does not clarify 'small'
Backport of 56e2f6ccae from master
2013-05-18 11:28:39 -04:00
Tim Graham
df5a8a07fc [1.5.x] Fixed - Documented the {% language %} template tag.
Thanks bmispelon for the suggestion and djangsters for the patch.

Backport of 96cabba808 from master
2013-05-18 11:22:42 -04:00
Tim Graham
a3c4c170f4 [1.5.x] Fixed - Typo in class-based view docs.
Backport of 289afc3156 from master
2013-05-16 09:58:00 -04:00
Tim Graham
a9048c40ed [1.5.x] Fixed - Clarified admindocs regarding which attributes appear.
Thanks Daniele Procida for the report.

Backport of b5b63079bd from master
2013-05-16 08:34:19 -04:00
Tim Graham
7f4269229c [1.5.x] Fixed - Updated testing example to use django.test.TestCase.
Thanks Lorin Hochstein.

Backport of 84d8b247d2 from master.
2013-05-15 07:03:42 -04:00
Wilfred Hughes
20bed77567 [1.5.x] Fixed a minor spelling mistake in the queryset documentation
Backport of d258cce482 from master
2013-05-14 10:32:07 -04:00
zhongqi
be6e7ff6eb [1.5.x] Fixed - Clarified argument of get_user in docs
Backport of 1172bef998 from master.
2013-05-13 14:07:37 -04:00
Tim Graham
cac0f7b72e [1.5.x] Fixed - Added language selection code to example in documentation
Thanks ggbaker for the suggestion and Simeon Visser for the patch.

Backport of 897e4eab65 from master
2013-05-13 13:47:40 -04:00
Simeon Visser
a9703edc61 [1.5.X] Fixed - Cleaned up issue with quotation marks in documentation
Backport of b9efc03e6d from master
2013-05-12 20:16:31 -04:00
Tim Graham
18a2fb1907 [1.5.X] Fixed - Fixed and expanded the docs for loaddata and model signals.
Thanks brandon@ and Anssi for the report.

Backport of 2c62a509de from master
2013-05-11 19:37:09 -04:00
Tim Graham
13de270bd5 [1.5.X] Fixed - Removed a "feature" in the tutorial that doesn't actually work.
Thanks bmispelon for the report and draft patch.

Backport of 679a2ac843 from master
2013-05-11 19:11:55 -04:00
Aymeric Augustin
b41ad87873 [1.5.x] Fixed -- Typo in files docs.
Backport of bdd2857 from master.
2013-05-10 13:24:25 +02:00
Aymeric Augustin
6d3d6081e8 [1.5.x] Fixed -- Pointed to a MySQLdb fork for Python 3.
Made a few minor compatibility adjustments.

Backport of e81e319f from master.
2013-05-10 10:23:15 +02:00
Aymeric Augustin
b5d6a5b21a [1.5.x] [py3] Stopped iterating on exceptions. Refs .
Backport of 86b4ac66 from master.
2013-05-10 10:18:27 +02:00
Tai Lee
23b234a9d9 [1.5.x] Fixed -- 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.
Backport of 99a6f0e77 from master.
2013-05-07 21:36:51 +02:00
Tim Graham
acd9dc3888 [1.5.x] Fixed - Corrected docs for django.test.utils.setup_test_environment.
Thanks vlad.london.uk@ for the report.

Backport of bc02a963db from master
2013-05-06 13:56:48 -04:00
Tim Graham
1ef423b003 [1.5.x] Fixed - Added some clarifying section headings in the test docs.
Backport of e886808994 from master
2013-05-06 13:46:27 -04:00
Tim Graham
0fc4c405a4 [1.5.x] Fixed - Added include for polls/static to MANIFEST.in in tutorial.
Thanks monuszko for the report.

Backport of 86d3079d57 from master
2013-05-06 06:54:10 -04:00
Florian Apolloner
0b0d98fd4e [1.5.x] Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.
Backport of 780fa48f5fb81b2f0f58de95167abff84a6149aa from master
2013-05-05 16:14:41 +02:00
Claude Paroz
4f10b35a2e [1.5.x] Fixed -- admin.py is not automatically created in Django 1.5 2013-05-04 11:36:28 +02:00
Florian Apolloner
4391718f26 [1.5.x] Fixed -- Added support for wheel packages.
Backport from master (a5becad9094e5c5403b692b9a7b3a6ffaabf64a3).

Signed-off-by: Jannis Leidel <jannis@leidel.info>
2013-05-01 13:52:38 +02:00
Claude Paroz
8b345614cd [1.5.x] Updated Transifex links to the Django project
Translations for the Django framework are now hosted on the
django-core Transifex project, and the django project is only
dedicated to a team-only hub project.
Backport of 8f7276b782 from master.
2013-04-25 10:38:18 +02:00
Jannis Leidel
240649ef68 [1.5.x] Fixed a rST bug in the README template in the reusable apps docs.
Backport of db394e6ab2c1d3d53b8b8d691e995d0c3584b944 from master.
2013-04-24 09:41:30 +02:00
Jannis Leidel
399ceaab96 [1.5.x] Fixed the reusable apps docs to use a rst file extension for the README and follow PEP8 a bit more.
Backport of 949b4e94588e73067f64b5b6d22e569a105baaf7 from master.
2013-04-24 09:27:36 +02:00
Thomas Thurman
da89c7bbc0 [1.5.x] Fixed -- Word repeated in tutorial.
Replaced "the the" in the tutorial with "the".

Backport of f17aa99 from master.
2013-04-23 23:15:08 -04:00
Baptiste Mispelon
6bb8df0a98 [1.5.x] Fixed -- Fixed error in AjaxResponseMixin documentation
Backport of 73c26f0c95 from master.
2013-04-22 20:03:21 +02:00
Tim Graham
4376a64524 [1.5.x] Fixed - Added missing commas in translation docs.
Thanks cody.j.b.scott@

Backport of 9f7b277d2e from master
2013-04-18 13:45:27 -04:00
Tim Graham
d8d498347f [1.5.x] Fixed - Typo in static files docs.
Thanks bmispelon.

Backport of f71fdf83a8 from master
2013-04-18 13:42:46 -04:00
Claude Paroz
807264ed8d [1.5.x] Fixed -- Updated view example in CBV introduction
Thanks jim at hellolocals.com for the report.
Backport of 58b3a974fc from master.
2013-04-16 09:00:57 +02:00
Simon Charette
56f6348c50 [1.5.x] Fixed -- Replaced a reference to the wrong model in the CBV doc.
Thanks to mossplix for the review and bmispelon for the review.

Backport of b0bbccf from master.
2013-04-15 16:28:30 -04:00
Simon Charette
19ad7231da [1.5.x] Fixed -- Corrected wording in the formset documentation.
Thanks to feraudyh at yahoo.com for the report.

Backport of 1de63cccb1 from master.
2013-04-15 12:22:51 -04:00
Claude Paroz
9176fa70c1 [1.5.x] Fixed geojson detection with Spatialite
This is a partial backport of commit eb9430fc4be1. Without this,
geojson support is never detected with Spatialite.
Refs  and .
2013-04-14 19:08:50 +02:00
Tim Graham
6e3b80239e [1.5.x] Fixed - Added some missing paths in the tutorial.
Thanks gsavix for the suggestion and patch.

Backport of aad5661c6c from master.
2013-04-12 19:25:59 -04:00
Claude Paroz
991ce52bc8 [1.5.x] Fixed -- Mentionned geojson Spatialite support from 1.5
Thanks burton449geo at gmail.com for the report.
Backport of d58e985aa from master.
2013-04-12 21:01:52 +02:00
Claude Paroz
abdcf81843 [1.5.x] Fixed (again) Allowed binary parameter to assertContains
Backport of b04fd579d5 from master.
2013-04-12 20:16:35 +02:00
Tim Graham
8ab5db7a33 [1.5.x] Fixed - Clarified manage.py vs. django-admin.py
Backport of 8fc68af9c0 from master
2013-04-12 06:11:22 -04:00
Baptiste Mispelon
9c49e64b66 [1.5.x] Fixed : Document backwards-incompatible change in BoundField.label_tag
Also cleaned up label escaping and consolidated the test suite regarding
label_tag.
Backport of ab686022f from master.
2013-04-12 10:25:44 +02:00
Claude Paroz
991432ee8a [1.5.x] Documented BoundField.label_tag
Backport of 0f99246b6 from master.
2013-04-12 10:18:24 +02:00
Tim Graham
709ee83cd3 [1.5.x] Fixed - Clarified when RelatedManager.remove() exists.
Backport of 712a792713 from master
2013-04-11 14:17:19 -04:00
Andrew Badr
93231851f8 [1.5.x] Removed incorrect phrase from DecimalField docs
Backport of 408da7b457 from master
2013-04-11 13:39:29 -04:00
Claude Paroz
427b59495e [1.5.x] Fixed -- Reenabled assertContains with binary parameter
Thanks Baptiste Mispelon for the review.
Backport of fe01404bb9 from master.
2013-04-11 10:58:06 +02:00
Tim Graham
82b5e10e61 [1.5.x] Fixed - Consistent usage of url() in URL dispatcher documentation
Thanks Baptiste Mispelon for the patch and dave.lampton@ for the suggestion.

Backport of c852d45681 from master.
2013-04-10 20:41:03 -04:00
Simon Charette
d04e8f8c78 [1.5.x] Fixed -- Handle ManyToManyField with a unicode name correctly.
Backport of 216580e034.
2013-04-05 15:21:59 -04:00
Julien Phalip
a15a3e9148 [1.5.x] Fixed -- Ensured that the WSGI request's path is correctly based on the SCRIPT_NAME environment parameter or the FORCE_SCRIPT_NAME setting, regardless of whether or not those have a trailing slash. Thanks to bmispelon for the review.
Backport of 2f81a0ca6543f
2013-04-01 12:07:58 -07:00
Tim Graham
405d6208e5 [1.5.x] Fixed - Documented a caveat about dynamically adjusting formsets.
Backport of 4a1d425cfe from master
2013-03-31 04:35:48 -04:00
Tim Graham
930cd8eebb [1.5.x] Fixed - Clarified User.is_authenticated docs.
Thanks rshea for the draft text.

Backport of ac4d82b94a from master
2013-03-31 04:01:05 -04:00
Tim Graham
a825b1903d [1.5.x] Fixed - Generalized a PostgreSQL specific database query in the docs.
Thanks Russ for the suggestion.

Backport of c119d0f152 from master
2013-03-31 03:41:44 -04:00
Tim Graham
999817375b [1.5.X] Fixed - Added a link to the uWSGI/Django tutorial.
Backport of 91d06ea719 from master
2013-03-30 16:22:43 -04:00