WoLpH
f88319dc3c
[1.5.X] Changed if statement to a slightly cleaner variant
...
Backport of eabb44417c from master
2012-11-23 07:13:24 -05:00
Tim Graham
c90156fc18
[1.5.X] Fixed #19348 - Clarified the units of filesizeformat.
...
Thanks george_edison for the report and Claude Paroz for the patch.
Backport of 63e6cd1bb3 from master
2012-11-23 07:02:29 -05:00
Aymeric Augustin
a892cd3191
[1.5.x] Tweak a test to avoid hitting a limit with SQLite.
...
Django cannot delete more than 999 objects at a time with SQLite.
Refs #16426 , #16039 .
Backport of 2875b5d from master.
2012-11-23 10:19:09 +01:00
Tim Graham
918d020de2
[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt
...
Backport of c13912ac7f from master
2012-11-22 18:02:20 -05:00
Tim Graham
072b9d0d3d
[1.5.X] Spell checked 1.5 alpha release notes
...
Backport of e94f8babc2 from master
2012-11-22 17:16:46 -05:00
Tim Graham
42fa51c002
[1.5.X] Fixed #18974 - Warned against using models.permalink
...
Thanks dstufft for the draft patch.
Backport of 0e3690d230 from master
2012-11-22 16:10:42 -05:00
Aymeric Augustin
b9f9bc9a17
[1.5.x] Fixed #18984 -- Avoided a deadlock in test teardown.
...
Thanks Jeremy Dunck for the report.
Backport of 891c530 from master.
2012-11-22 20:56:41 +01:00
Aymeric Augustin
9bd67f056c
[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.
...
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055 .
Backport of a026e48 from master.
2012-11-22 20:54:20 +01:00
George Hickman
12cf9d2be3
[1.5.x] Fixed #19316 -- Set View args/kwargs/request before dispatch
...
Backport of ea6b95db from master.
2012-11-22 20:14:04 +01:00
Tim Graham
84dc6afac7
[1.5.X] Documented behavior of get_or_create when multiple objects are returned.
...
Thanks Matt Lauber for the patch.
Backport of 71a3162a70 from master
2012-11-22 10:37:17 -05:00
Tim Graham
63546533c1
[1.5.X] Clarified usage of as_view kwargs for setting arguments on class based views
...
Thanks Dave McLain for the patch.
Backport of 7b2d95eb30 from master
2012-11-22 09:08:37 -05:00
Tim Graham
74e22f9772
[1.5.X] Fixed #19317 - Added an image for warning blocks in the docs
...
Thanks tome for the suggestion and patch.
Backport of 3587991ba8 from master
2012-11-22 08:47:52 -05:00
Preston Holmes
6d85f1212f
[1.5.x] Added examples of using startproject/app with URLs
...
thanks to Brent O'Connor for the idea and intial docs
2012-11-21 22:08:04 -08:00
shepdl
187441602c
[1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.
...
Backport of 8e5573e99a from master
2012-11-21 19:32:27 -05:00
Tim Graham
6d13071021
[1.5.X] Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt
...
Backport of e2b1808196 from master
2012-11-21 19:07:36 -05:00
Julien Phalip
49484b54bc
[1.5.x] Fixed #18920 -- Added .gitattributes
to normalize line endings in HTML templates and avoid spurious failures in the core test suite on Windows. Many thanks to manfre, Claude Paroz, Karen Tracey, MaxV and Daniel Langer for their advising and testing.
2012-11-21 10:20:02 +01:00
Julien Phalip
699a67480a
[1.5.x] Modified a staticfiles test to use a unicode character that has just one single representation. The previously used character (ş) has two different representations (u'\u015f' and u's\u0327'), which caused spurious failures when the tests were run across multiple platforms (e.g. on a Linux VM hosted on a Mac).
2012-11-21 09:54:02 +01:00
Ramiro Morales
1220f22b88
[1.5.x] Fixed #19331 (again) use the right admin named URL.
...
This allows us to get the trailing slash in URLs without having to
manually assemble and hard-code them.
See also commits e9497a, a222d6, f51eab, 5a9e12.
Backport of 8fdb28219df22245d7e50b4e8374d8567ca84f0f from master.
2012-11-20 21:52:07 -03:00
Luke Plant
aab701f1aa
[1.5.x] Corrected docs about default value of MESSAGE_STORAGE
...
Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master
2012-11-20 23:06:38 +00:00
Claude Paroz
e15df5b6b5
[1.5.x] Fixed #19331 -- Added missing trailing slash in auth admin template
...
Thanks ppetrid at yawd.eu for the report.
Backport of 8c21c53c8 from master.
2012-11-20 19:21:17 +01:00
Riley Strong
e56c8d7e0a
[1.5.X] Fixed typo in django.template.defaulttags
...
Backport of d179794c6b from master
2012-11-20 05:03:22 -05:00
Preston Holmes
3a0e0230f7
[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API
...
Thanks to Lowe Thiderman for the patch and tests
2012-11-19 16:03:30 -08:00
Anton Danilchenko
5b6db35a74
[1.5.X] Fixed typo in docs/ref/models/querysets.txt
...
Backport of 76859e6eab from master
2012-11-19 18:46:36 -05:00
Anton Danilchenko
27ecabf73f
[1.5.X] Fixed typo in docs/releases/1.5.txt
...
Backport of 3bdb2ca560 from master
2012-11-19 18:44:53 -05:00
Tim Graham
17c61aaea3
[1.5.X] Fixed #19306 - Improved syndication example.
...
Thanks brycenesbitt for the report.
Backport of 1f1f60d12f from master
2012-11-18 18:09:00 -05:00
Ramiro Morales
eb67a45a39
Updated admin base translation file.
2012-11-18 09:33:10 -03:00
Tim Graham
c262252c27
[1.5.X] Fixed #19308 - Clarified stringformat filter example
...
Thanks Shabda Raaj.
Backport of 2564e31014 from master
2012-11-17 19:32:51 -05:00
Tim Graham
31da2a5e56
[1.5.X] Fixed #13997 - Added an example of constructing a MultiWidget and documented the value_from_datadict method.
...
Backport of 04775b4598 from master
2012-11-17 17:55:05 -05:00
Aymeric Augustin
e8da482bbe
[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.
...
Thanks ClaesBas.
Backport of ccb2b57 from master.
2012-11-17 23:27:27 +01:00
Aymeric Augustin
6e598fee93
[1.5.x] Fix typo in file storage docs.
...
Backport of 4585e12 from master.
2012-11-17 23:27:05 +01:00
Aymeric Augustin
a586f2a7e5
[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
...
Backport of 9b755a2 from master.
2012-11-17 23:05:16 +01:00
Tom Christie
9fa6aa9534
[1.5.x] Formatting tweaks.
...
(cherry picked from commit 3f2fc2f41abf226913517eb1e655f823f2c5e53a)
2012-11-17 21:31:21 +01:00
Tom Christie
2fdb7e6ca5
[1.5.x] Include versionadded 1.5
directive
...
(cherry picked from commit 5bc6929f9af4d71065bce42578e49354096a7bf4)
2012-11-17 21:31:07 +01:00
Tom Christie
d881275341
[1.5.x] Test for ListView.page_kwarg
...
(cherry picked from commit f824a951776db86c04aaefc1e7c1c12ffb84c798)
2012-11-17 21:30:47 +01:00
Tom Christie
2bfea36208
[1.5.x] Add 'page_kwarg' attribute to MultipleObjectMixin
, removing hardcoded 'page'.
...
(cherry picked from commit 502be865c68635d5c31fa3fa58162b48412153ad)
2012-11-17 21:30:22 +01:00
Kent Hauser
94208399d9
[1.5.x] Add form
to formwizard context (includes tests)
...
Backport of ba81164fb771391b92575b5aaab6e286f56eb831 from master.
2012-11-17 21:24:19 +01:00
Tim Graham
04adb7626b
[1.5.X] Fixed #16779 - Added a contributing tutorial
...
Thank-you Taavi Taijala for the draft patch!
Backport of 7058b595b6 from master
2012-11-17 14:12:18 -05:00
Claude Paroz
3d4f5f6086
[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representation
...
Thanks niko at neagee.net for the report and Emil Stenstrom for
the patch.
Backport of e0363c688 from master.
2012-11-17 19:21:09 +01:00
Claude Paroz
fc379b4865
[1.5.x] Fixed #19036 -- Fixed base64 uploads decoding
...
Thanks anthony at adsorbtion.org for the report, and johannesl for
bringing the patch up-to-date.
Backport of 2a67374b5 from master.
2012-11-17 17:26:24 +01:00
Claude Paroz
1b6e751430
[1.5.x] Fixed #19226 -- Applied linebreaksbr to read-only fields in admin
...
Thanks shadow for the report, and Melevir and thiderman for the
patch.
Backport of ec9d6b112 from master.
2012-11-17 17:12:24 +01:00
Claude Paroz
a023952e10
[1.5.x] Fixed #18989 -- Removed unused condition in CursorWrapper
...
Thanks zimnyx for the report.
Backport of 8c6927876 from master.
2012-11-17 16:54:12 +01:00
Preston Holmes
11539aad1e
[1.5.x] Fixed #19310 -- changed method docs formatting for custom file storage docs
2012-11-17 07:13:37 -08:00
Jannis Leidel
0aaaad14b7
[1.5.x] Fixed typo introduced in 0e3f7814d7106768e8eafcba0e74238fcdb90f9d.
2012-11-17 15:59:34 +01:00
Gabriel Hurley
dd740e2b2e
[1.5.x] Fixed #18210 -- Escaped special characters in reverse prefixes.
...
Ensured that special characters passed in to reverse via the
prefix argument are properly escaped so that calls to
django.utils.regex_helpers.normalize and/or string formatting
operations don't result in exceptions.
Thanks to toofishes for the error report.
Backport of 90e530978d590a5bdcf75525aa03f844766018b8 from master.
2012-11-17 15:51:10 +01:00
Jannis Leidel
0e3f7814d7
[1.5.x] Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScript view template.
...
Backport of 4a5e8087ac7676ef08e76275c1f756778b39c13e from master.
2012-11-17 15:39:34 +01:00
Tim Graham
d69c3bf137
[1.5.X] Documented that contrib.sites creates a default site.
...
Thanks Lorin Hochstein for the patch.
Backport of ac4aa8a76c from master
2012-11-17 06:50:54 -05:00
Preston Holmes
0d49fdb573
[1.5.x] Fixed #18985 -- made DeprecationWarnings loud
...
Capture warnings in Python >= 2.7 and route through
console handler, which is subject to DEBUG==True
Thanks to dstufft for the idea, and claudep for initial patch
2012-11-16 17:08:02 -08:00
Brandon Adams
cefbf09a4d
[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403
...
Backport of d8ee46afff from master
2012-11-16 18:20:11 -05:00
Claude Paroz
b39b0aedbf
[1.5.x] Fixed #19296 -- Applied test connection sharing for spatialite
...
Thanks pegler at gmail.com for the report and the initial patch.
Backport of ff0d3126af from master.
2012-11-16 14:33:59 +01:00
Anssi Kääriäinen
a1fd9555f2
[1.5.x] Fixed #18347 -- Removed autofield raw SQL inserts from tests
...
Backpatch of 71e14cf3aa024496adcb23e83ddf13a7c5ddeb32
2012-11-15 17:39:39 +02:00