Octowl
|
731654197c
|
[1.6.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.
Thanks velle for the report.
Backport of 5f3806b861 from master
|
2014-09-08 13:24:48 -04:00 |
|
Tim Graham
|
8635fa0b11
|
[1.6.x] Additional edits for refs #23340; thanks Loic.
Backport of 0a2bc6e6bd from master
|
2014-09-06 08:01:02 -04:00 |
|
Collin Anderson
|
c9e0afe2d3
|
[1.6.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.
Thanks zachborboa for the report and blackguest for the patch.
Backport of 7353e26d5d from master
|
2014-09-06 07:48:34 -04:00 |
|
oromero
|
414e3fc59d
|
[1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an exception.
Backport of 0f0a5c07f9 from master
|
2014-09-05 20:40:52 -04:00 |
|
Corey Farwell
|
289d38b731
|
[1.6.x] Fixed typo in docs/topics/db/transactions.txt.
Backport of 4db75925be from master
|
2014-09-03 11:49:37 -04:00 |
|
Tim Graham
|
f7c7ab0e89
|
[1.6.x] Added dates to release notes.
Backport of 0fd23545db from master
|
2014-09-02 21:35:07 -04:00 |
|
Tim Graham
|
900f28a2b5
|
[1.6.x] Post release version bump.
|
2014-09-02 21:08:02 -04:00 |
|
James Bennett
|
75d03c7755
|
[1.6.x] Update version number for bugfix release.
1.6.7
|
2014-09-02 15:54:38 -05:00 |
|
Alexey Efimov
|
24d84520aa
|
[1.6.x] Added missing import in docs/ref/signals.txt.
Backport of 4a303341fc from master
|
2014-09-02 08:15:07 -04:00 |
|
Akis Kesoglou
|
b877697472
|
[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited models.
Backport of 6613ea6e3f from master
|
2014-08-30 07:16:47 -04:00 |
|
Simon Charette
|
ce4057591a
|
[1.6.x] Corrected a usage example of related_query_name .
Thanks to Petr Glotov for spotting this.
Backport of 05a8cef428 from master
|
2014-08-29 23:12:24 -04:00 |
|
Simon Charette
|
996ac768e3
|
[1.6.x] Fixed #23375 -- Added missing security issues to the archive.
Backport of c9c0be3 from master
|
2014-08-28 11:08:11 -04:00 |
|
Simon Charette
|
e3453b61c6
|
[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Thanks to Trac alias Markush2010 and ross for the detailed reports.
Backport of 3cbb759 from master
|
2014-08-27 21:50:29 -04:00 |
|
Tim Graham
|
4db64e8491
|
[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the sites framework.
Backport of 7b9537fb27 from master
|
2014-08-26 15:22:32 -04:00 |
|
Tim Graham
|
8e77ac634f
|
[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.
Backport of ced3e303ca from master
|
2014-08-26 14:50:42 -04:00 |
|
Tim Graham
|
adb0c535a9
|
[1.6.x] Fixed spelling mistake in file docs.
Backport of a3e88e64a4 from master
|
2014-08-26 09:44:55 -04:00 |
|
Mitch Davis
|
fa76275e8a
|
[1.6.x] Clarified that makemessages -l takes a locale name, not a language code.
Backport of 5473c36cef from master
|
2014-08-26 08:11:59 -04:00 |
|
Tim Graham
|
9bc1091980
|
[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
Backport of 0c9f40f776 from master
|
2014-08-23 19:31:09 -04:00 |
|
Tim Graham
|
4684464b35
|
[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.
Backport of a76aab3583 from master
|
2014-08-22 13:23:58 -04:00 |
|
Kristian Glass
|
d3c75da7fb
|
[1.6.x] Fixed #23342 -- Clarified warning about naive time objects.
Thanks to apollo13 for suggested wording.
Backport of b7336ec179 from master
|
2014-08-22 11:40:07 -04:00 |
|
Tim Graham
|
f8344398fc
|
[1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 14aff0bd82 from master
|
2014-08-22 11:34:53 -04:00 |
|
Tim Graham
|
808c0dc705
|
[1.6.x] Bumped version number post-release.
|
2014-08-20 16:38:01 -04:00 |
|
Tim Graham
|
66638a09c5
|
[1.6.x] Added dates to release notes.
Backport of b902be798e from master
|
2014-08-20 16:32:51 -04:00 |
|
James Bennett
|
8b19a4e275
|
[1.6.x] Update version number for security release.
1.6.6
|
2014-08-20 15:14:55 -05:00 |
|
Simon Charette
|
f7c494f250
|
[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.
This is a security fix. Disclosure following shortly.
|
2014-08-20 11:43:43 -04:00 |
|
Preston Holmes
|
0268b855f9
|
[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE change.
This is a security fix. Disclosure following shortly.
|
2014-08-20 11:43:43 -04:00 |
|
Tim Graham
|
dd0c3f4ee1
|
[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
This is a security fix. Disclosure following shortly.
|
2014-08-20 11:43:43 -04:00 |
|
Florian Apolloner
|
da051da8df
|
[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.
This is a security fix. Disclosure following shortly.
|
2014-08-20 11:43:43 -04:00 |
|
Tim Graham
|
52b878d805
|
[1.6.x] Added release note stubs for 1.5.9 and 1.4.14.
|
2014-08-20 11:43:43 -04:00 |
|
Tim Graham
|
48368d421c
|
[1.6.x] Added sphinx extension to ease generation of ticket links.
Backport of fca677fa43 from master
|
2014-08-19 17:47:21 -04:00 |
|
Tim Graham
|
477ab02312
|
[1.6.x] Fixed #17238 -- Added source code links to docs using sphinx.ext.viewcode.
Thanks santiagobasulto for the suggestion.
Backport of 9ed4a8c6b1 from master
|
2014-08-19 17:45:38 -04:00 |
|
Claude Paroz
|
9f9fdc4b0a
|
[1.6.x] Fixed #22996 -- Prevented crash with unencoded query string
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham
for the reviews.
Backport of fa02120d36 from master.
|
2014-08-19 22:55:35 +02:00 |
|
Tim Graham
|
c0e49ef767
|
[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the object attribute.
Backport of 03c1609c47 from master
|
2014-08-19 12:09:22 -04:00 |
|
Tim Graham
|
18f25efc9e
|
[1.6.x] Fixed #23314 -- Tempered recommendation of storing profile data on custom user.
Thanks gavinwahl for the report.
Backport of 3569536491 from master
|
2014-08-19 07:27:03 -04:00 |
|
Tim Graham
|
3cd3b49eb5
|
[1.6.x] Fixed #17272 -- Documented that non-editable fields are skipped during model validation.
Thanks mitar for the report.
Backport of c587bd5a94 from master
|
2014-08-19 07:18:42 -04:00 |
|
Tim Graham
|
d1e4fb996b
|
[1.6.x] Fixed #23282 -- Corrected inheritance and reverse relations example.
Thanks knowledgepoint-devs for the report and claudep for review.
Backport of 7006187064 from master
|
2014-08-19 06:30:01 -04:00 |
|
Tim Graham
|
190d81179f
|
[1.6.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.
Backport of 5dbe2a9431 from master
|
2014-08-19 06:16:41 -04:00 |
|
Tim Graham
|
75d7bb8d43
|
[1.6.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.
Backport of 15cafaa565 from master
|
2014-08-19 06:15:34 -04:00 |
|
Tim Graham
|
955fdc8cdb
|
[1.6.x] Fixed #14638 -- Clarified model Field.to_python() docs.
Thanks Anubhav Joshi for the patch.
Backport of b6aa60f425 from master
|
2014-08-18 12:54:24 -04:00 |
|
Claude Paroz
|
f5e8376288
|
[1.6.x] Fixed multi geometries editing in OpenLayers widget
Backport of 457c16d0d from master.
|
2014-08-15 10:10:35 +02:00 |
|
Zhaorong Ma
|
73cc96478b
|
[1.6.x] Fixed a grammar error in docs/ref/forms/api.txt.
Backport of bef5b9b7cd from master
|
2014-08-14 12:15:18 -04:00 |
|
Claude Paroz
|
99b5567796
|
[1.6.x] Fixed #23265 -- Used system-specific encoding in runserver
Thanks SpaceFox for the report.
Backport of 055d95fce066 from master.
|
2014-08-14 12:11:42 +02:00 |
|
Tim Graham
|
123f490ae3
|
[1.6.x] Corrected content_type parameter name in sitemap docs.
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33.
Backport of a7443c24a3 from master
|
2014-08-13 21:45:32 -04:00 |
|
Tim Graham
|
db1cfbc1a9
|
[1.6.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Backport of 2003cb23d4 from master
|
2014-08-12 12:27:45 -04:00 |
|
Tim Graham
|
d07394a51e
|
[1.6.x] Added a warning that remove_tags() output shouldn't be considered safe.
Backport of 7efce77de2 from master
|
2014-08-11 07:09:47 -04:00 |
|
Ola Sitarska
|
ffb9cbfdaa
|
[1.6.x] Fixed #23267 -- Fixed typo in Translation documentation
Thanks to Tomin1 for the report.
Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
|
2014-08-11 12:09:32 +02:00 |
|
Tim Graham
|
72e98d5c16
|
[1.6.x] Noted that django-jython requires Django 1.7.
|
2014-08-08 12:45:18 -04:00 |
|
Mohammed Attia
|
3d8e106ae9
|
[1.6.x] Removed a doc reference to the deprecated mimetype kwarg.
Backport of 61ed959235 from master
|
2014-08-06 22:20:05 -04:00 |
|
Tim Graham
|
5fdfa2d9b4
|
[1.6.x] Fixed #21792 -- Documented Form.has_changed()
Thanks bjb at credil.org for the suggestion and
Ivan Mesic for the draft patch.
Backport of edcc75e5ac from master
|
2014-08-05 08:49:38 -04:00 |
|
Tim Graham
|
4121ce3dfa
|
[1.6.x] Updated links for continous integration server.
Backport of 21d0ceefb5 from master
|
2014-08-05 07:29:00 -04:00 |
|