1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00
Commit Graph

1808 Commits

Author SHA1 Message Date
Mounir
d99b9f4d23 [1.7.x] Fixed typo in docs/topics/i18n/translation.txt
Backport of 25b52d04f6 from master
2015-04-28 12:53:58 -04:00
Nik Nyby
bb40d9820f [1.7.x] Added missing comma in LocMemCache example.
Backport of 9d6914da66 from master
2015-04-24 20:29:29 -04:00
Daniel Harding
0b7d737d9f [1.7.x] Updated startproject MIDDLEWARE_CLASSES in docs.
Backport of ad31bc0565 from master
2015-04-24 09:38:59 -04:00
Tim Graham
2dc82a8d27 [1.7.x] Fixed #24684 -- Typo in docs/topics/forms/modelforms.txt
Backport of 1418f75304 from master
2015-04-22 09:31:47 -04:00
Simon Charette
a297af972f [1.7.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.
Thanks to knbk for the report.

Backport of 37e23c6060 from master
2015-04-20 15:20:29 -04:00
Anton
67bf6bb9f5 [1.7.x] Fixed typo in docs/topics/class-based-views/intro.txt
Backport of f5fbddf22f from master
2015-04-20 14:12:03 -04:00
Marco Santamaria
276f760eaa [1.7.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
Backport of bae72bdd2a from master
2015-04-20 09:19:11 -04:00
Daniel Lindsley
bcb536004a [1.7.x] Fixed #23984 -- Added Javascript i18n documentation
This fleshes out the documentation around all of the exported
Javascript functions available from the ``javascript_catalog``
view.

Backport of 8ca9bc5ec3 from master
2015-04-16 08:19:46 -04:00
Thomas Güttler
5f8016cdfe [1.7.x] Added admonition about reusable apps and AUTH_USER_PROFILE.
Backport of 566c936236 from master
2015-04-06 19:50:27 -04:00
Sam Thursfield
abd625558b [1.7.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.
Backport of 1119063c69 from master
2015-04-03 10:55:45 -04:00
Kostochko Dmitriy
db165cf348 [1.7.x] Fixed typo in docs/topics/cache.txt
Backport of d026eb6366 from master
2015-03-31 21:16:29 -04:00
Jorge Barata González
18f11072b8 [1.7.x] Fixed #15590 -- Documented how the path of a FileField can be changed.
Thanks simon29 for report, and freakboy3742, floledermann,
jacob, claudep and collinanderson for discussing the task.

Backport of 931a340f1f from master
2015-03-30 10:39:18 -04:00
Christopher Luc
19ddf59b26 [1.7.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and auto_now_add
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.

Backport of 8119876d4a from master
2015-03-29 23:40:45 +02:00
Tim Graham
7c7d29adbe [1.7.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.
Backport of 6de3a1e2c3 from master
2015-03-28 08:59:53 -04:00
Tim Graham
be865fe62e [1.7.x] Fixed syntax highlighting in docs/topics/auth/default.txt
Backport of 3e132406e3 from master
2015-03-28 07:51:40 -04:00
SaeX
bd542cbff6 [1.7.x] Fixed typo in docs/topics/forms/modelforms.txt
Backport of 19e41a9799 from master
2015-03-28 07:41:00 -04:00
David Seddon
db4e160754 [1.7.x] Corrected typo in documentation
Backport of 0f6f80c2e7 from master
2015-03-25 13:44:21 -04:00
Tim Graham
0121fb8148 [1.7.x] Fixed #24361 -- Clarified docs on reconfiguring logging.
Thanks Tuttle for the report and draft patch, and Carl Meyer for
help and review.

Backport of c633667da3 from master
2015-03-24 12:26:29 -04:00
Matt Seymour
388dc33f5b [1.7.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.
Backport of fca14cd3f2 from master
2015-03-24 10:30:33 -04:00
David Seddon
b46643a47e [1.7.x] Refs #14645 -- Documented bug with exclude() and multi-value relations
Backport of 6770b7ecd2 from master
2015-03-20 17:52:05 -04:00
Claude Paroz
5cad259c12 [1.7.x] Fixed #23520 -- Explained that custom plural forms should be avoided
Thanks aruseni for the report.
Backport of 556eb67701 from master.
2015-03-20 20:47:04 +01:00
Floris den Hengst
08f38d19f8 [1.7.x] Fixed doc typos.
Backport of e42a720ba2 from master
2015-03-14 12:29:54 -04:00
Andrei Kulakov
9bb451aedb [1.7.x] Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.
Backport of b089759d60 from master
2015-03-13 13:25:34 -04:00
Remco Kranenburg
96bbade674 [1.7.x] Refs #23559 -- warned about consequences of letting users edit User model in admin.
Backport of f6b09a7f85 from master
2015-03-13 08:51:27 -04:00
Dan Fellin
3d55798e98 [1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.
Backport of 6ff826e12e from master
2015-03-11 19:58:18 -04:00
Psilo Cybin
6819cab5d6 [1.7.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.
Backport of 866e71140f from master
2015-03-09 20:54:01 -04:00
Rik
8917684c73 [1.7.x] Fixed #21661 -- Expanded authentication views documentation
Backport of eb9b7abb83 from master.
2015-03-08 20:41:29 +01:00
Marten Kenbeek
7f2d60996c [1.7.x] Stressed authentication should be successful before logging in a user.
Backport of 8e744fa150 from master
2015-03-05 12:18:25 -05:00
Tim Graham
5ebe921a8e [1.7.x] Fixed #13015 -- Clarified language about model instances attached to forms.
Backport of a40a34a4b2 from master
2015-03-02 18:45:52 -05:00
Sean Wang
a3f7b034d7 [1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Backport of eba6dff581 from master
2015-02-22 09:38:54 -05:00
Tim Graham
d1dd71f1a7 [1.7.x] Added an import to docs/topics/testing/advanced.txt example.
Backport of 32b67b3fd1 from master
2015-02-17 13:54:01 -05:00
Tim Graham
fcaf2e135d [1.7.x] Fixed #24350 -- Freshened up database install topic section.
Backport of 35f0cae19d from master
2015-02-16 15:00:00 -05:00
Carl Meyer
a970c27730 [1.7.x] Fixed #23892 -- Clarified compatibility policy for migrations.
Backport of e35c70bef4 from master
2015-02-16 10:12:18 -05:00
Carl Meyer
86e9744593 [1.7.x] Fixed #24337 - Added stronger documentation warning about automatic fake-initial. 2015-02-13 11:47:35 -07:00
Thomas Güttler
5697a4c9cf [1.7.x] Clarified timeout=0 in cache docs.
Backport of e519ee1d35 from master
2015-02-12 10:33:02 -05:00
Tim Graham
2401ef8682 [1.7.x] Demoted "Installing a distribution-specific package" in install notes.
Backport of 281fc03474 from master
2015-02-03 16:38:09 -05:00
Tim Graham
e775200e05 [1.7.x] Simplified a versionchanged note for LiveServerTestCase.
Backport of 6d0538bd8c from stable/1.7.x
2015-02-01 21:07:38 -05:00
Andrei Kulakov
341a20ff6c [1.7.x] Updated recommendation for testing keyword arg in custom fields.
Backport of dbabf43920 from master
2015-01-30 08:30:07 -05:00
Rick Hutcheson
be0bc9a9e7 [1.7.x] Fixed a typo in the test responses docs.
Backport of 996292d649 from master
2015-01-16 18:24:48 -05:00
Keryn Knight
bd08cfca6f [1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Backport of 726a9550db from master
2015-01-16 09:42:03 -05:00
Claude Paroz
5e18f6f724 [1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docs
Thanks ajenhl Trac user for the report.
Backport of e0080cf57 from master.
2015-01-06 09:00:27 +01:00
Alfred Perlstein
0148768412 [1.7.x] Fixed #23749 -- Documented how to use the database alias in RunPython.
Thanks Markus Holtermann for review and feedback.

Backport of db3f7c15cb from master
2015-01-03 12:07:28 -05:00
Tim Graham
fda458c0b6 [1.7.x] Updated six to 1.9.0.
Backport of 52f0b2b622 from master
2015-01-02 13:23:18 -05:00
Tim Graham
8e68b590ab [1.7.x] Removed doc note about PasswordResetForm requiring an integer PK.
This limitation was lifted in refs #14881.

Backport of a7aaabfaf1 from master
2015-01-01 11:40:08 -05:00
Tim Graham
1cbdb49b0a [1.7.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Backport of 3d0c3a0482 from master
2014-12-27 19:51:33 -05:00
Helen Sherwood-Taylor
b9169a100d [1.7.x] Fixed #24041 -- Documented effect of changing a model instance's primary key.
Backport of 4ccdf6e57f from master
2014-12-24 15:07:27 -05:00
Frankie Robertson
126eb58abe [1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX
Backport of 446b50b90e from master
2014-12-23 14:40:35 -05:00
Alexander Schulze
4c92ecd705 [1.7.x] Fixed #23959 -- Clarified when checks automatically run.
Backport of cf2390be16 from master
2014-12-22 11:35:57 -05:00
David Cramer
66e9154399 [1.7.x] Corrected scoping of savepoint example
Backport of 27f68f8659 from master
2014-12-22 07:51:09 -05:00
Markus Holtermann
a38951948a [1.7.x] Fixed display of lists after website redesign
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197

Backport of c7786550c4 from master
2014-12-17 08:24:27 -05:00