Duncan Parkes
|
905c4fdcc3
|
Fixed clone URL of Django git repository.
|
2014-08-26 20:48:12 -04:00 |
Tim Graham
|
5ecead9ab9
|
Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.
Thanks Mike O'Connor for the suggestions.
|
2014-08-26 15:43:23 -04:00 |
Tim Graham
|
7b9537fb27
|
Fixed #21567 -- Documented how to deploy multiple sites using the sites framework.
|
2014-08-26 15:22:08 -04:00 |
Tim Graham
|
ced3e303ca
|
Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.
|
2014-08-26 14:50:17 -04:00 |
Tim Graham
|
a2bcec3491
|
Fixed #17707, #20734 -- Added examples to URL namespacing docs.
Thanks Daniele Procida for review.
|
2014-08-26 14:31:13 -04:00 |
Tim Graham
|
348c89cbfb
|
Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ=True.
|
2014-08-26 14:11:35 -04:00 |
Claude Paroz
|
5675eb371f
|
Allowed skipIf/UnlessDBFeature to accept several feature strings
|
2014-08-26 20:03:37 +02:00 |
Tim Graham
|
e02f45d5ea
|
Fixed #17719 -- Documented that template syntax sequences cannot be used as string literals.
|
2014-08-26 10:40:12 -04:00 |
Tim Graham
|
035f2e699c
|
Fixed #23362 -- Clarified "database columns as attributes" in tutorial.
|
2014-08-26 10:00:33 -04:00 |
Tim Graham
|
a3e88e64a4
|
Fixed spelling mistake in file docs.
|
2014-08-26 09:44:24 -04:00 |
Tim Graham
|
2b66878a47
|
Added words to spelling_wordlist.
|
2014-08-26 09:44:07 -04:00 |
Erik Romijn
|
cbdda28208
|
Fixed #23075 -- Added documentation on novalidate attribute and made it default for admin
Thanks to sehmaschine for the report and to Tim Graham for the review.
|
2014-08-26 14:20:31 +02:00 |
Mitch Davis
|
5473c36cef
|
Clarified that makemessages -l takes a locale name, not a language code.
|
2014-08-26 08:11:25 -04:00 |
Tim Graham
|
7d62fb5957
|
Fixed #23355 -- Updated admin jQuery to 1.11.1.
|
2014-08-24 15:26:29 -04:00 |
Tim Graham
|
50ae4b4b9e
|
Fixed #23131 -- Documented serialization of callable functions in migrations.
|
2014-08-24 13:33:36 -04:00 |
Tim Graham
|
e39af5ea59
|
Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().
|
2014-08-23 19:32:58 -04:00 |
Tim Graham
|
0c9f40f776
|
Fixed #22154 -- Added "Built-in" to some class-based views titles.
|
2014-08-23 19:30:42 -04:00 |
Tim Graham
|
19999befbe
|
Clarified release preparation step about dates.
|
2014-08-23 19:13:51 -04:00 |
Claude Paroz
|
1f45f3cea1
|
Updated docs about Spatialite collect/extent support
|
2014-08-23 18:03:11 +02:00 |
Claude Paroz
|
a7d964ab87
|
Replaced no_spatialite by connection features
Refs #22632. Thanks Tim Graham for the review.
|
2014-08-23 15:41:13 +02:00 |
Tim Graham
|
c7fa27d702
|
Fixed #23344 -- Removed duplicate docs for file upload settings.
|
2014-08-23 09:30:01 -04:00 |
Tim Graham
|
a76aab3583
|
Fixed #23324 -- Mentioned Site.id in contrib.sites docs.
|
2014-08-22 12:56:38 -04:00 |
Kristian Glass
|
b7336ec179
|
Fixed #23342 -- Clarified warning about naive time objects.
Thanks to apollo13 for suggested wording.
|
2014-08-22 11:38:52 -04:00 |
Tim Graham
|
14aff0bd82
|
Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
|
2014-08-22 11:22:09 -04:00 |
Andrew Godwin
|
459cfb523d
|
Update squashmigration docs to also mention circ dep errs (refs #23337)
|
2014-08-21 19:18:26 -07:00 |
Tim Graham
|
b902be798e
|
Added dates to release notes.
|
2014-08-20 16:31:45 -04:00 |
Simon Charette
|
53ff096982
|
Prevented data leakage in contrib.admin via query string manipulation.
This is a security fix. Disclosure following shortly.
|
2014-08-20 14:39:40 -04:00 |
Preston Holmes
|
5307ce565f
|
Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.
This is a security fix. Disclosure following shortly.
|
2014-08-20 14:39:40 -04:00 |
Tim Graham
|
0d8d30b7dd
|
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
This is a security fix. Disclosure following shortly.
|
2014-08-20 14:39:40 -04:00 |
Florian Apolloner
|
28e765810d
|
Prevented reverse() from generating URLs pointing to other hosts.
This is a security fix. Disclosure following shortly.
|
2014-08-20 14:39:40 -04:00 |
Tim Graham
|
ec71191be0
|
Added release note stubs for 1.5.9 and 1.4.14.
|
2014-08-20 14:39:40 -04:00 |
Claude Paroz
|
12cf10cacd
|
Fixed typo in 1.7 release notes
|
2014-08-20 08:57:35 +02:00 |
Tim Graham
|
fca677fa43
|
Added sphinx extension to ease generation of ticket links.
|
2014-08-19 17:40:50 -04:00 |
Unai Zalakain
|
5f2542f12a
|
Fixed #10190 -- Made HttpResponse charset customizable.
Thanks to Simon Charette, Aymeric Augustin, and Tim Graham
for reviews and contributions.
|
2014-08-19 17:34:38 -04:00 |
areski
|
9d6551204e
|
Removed unnecessary code-block directives.
|
2014-08-19 16:44:25 -04:00 |
Claude Paroz
|
fa02120d36
|
Fixed #22996 -- Prevented crash with unencoded query string
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham
for the reviews.
|
2014-08-19 22:29:31 +02:00 |
Lee Sanghyuck
|
11d9cbe2f4
|
Fixed #23316 -- Added datetime.time serialization in migrations.
|
2014-08-19 13:31:46 -04:00 |
Tim Graham
|
03c1609c47
|
Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the object attribute.
|
2014-08-19 12:07:44 -04:00 |
Tim Graham
|
3569536491
|
Fixed #23314 -- Tempered recommendation of storing profile data on custom user.
Thanks gavinwahl for the report.
|
2014-08-19 07:24:36 -04:00 |
Tim Graham
|
c587bd5a94
|
Fixed #17272 -- Documented that non-editable fields are skipped during model validation.
Thanks mitar for the report.
|
2014-08-19 07:18:05 -04:00 |
Tim Graham
|
7006187064
|
Fixed #23282 -- Corrected inheritance and reverse relations example.
Thanks knowledgepoint-devs for the report and claudep for review.
|
2014-08-19 06:28:48 -04:00 |
Tim Graham
|
5dbe2a9431
|
Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.
|
2014-08-19 06:16:05 -04:00 |
Tim Graham
|
15cafaa565
|
Fixed #5726 -- Documented that inspectdb doesn't detect defaults.
|
2014-08-19 06:14:14 -04:00 |
Tim Graham
|
9432f1e750
|
Fixed some doc errors that caused syntax highlighting to fail.
|
2014-08-18 20:37:47 -04:00 |
Baptiste Mispelon
|
5853c87a45
|
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
|
2014-08-18 18:55:12 +02:00 |
Tim Graham
|
b6aa60f425
|
Fixed #14638 -- Clarified model Field.to_python() docs.
Thanks Anubhav Joshi for the patch.
|
2014-08-18 12:53:25 -04:00 |
Tim Graham
|
7ed3d0bb61
|
Fixed #23263 -- Added sqlmigrate to migration topic guide.
|
2014-08-18 09:15:24 -04:00 |
areski
|
90b64db39c
|
Fixed syntax highlighting and indentation in docs/topics/logging.txt.
|
2014-08-15 15:17:18 -04:00 |
areski
|
7ca665c5f5
|
Fixed #23296 -- Fixed RunPython code sample in Migration Operations.
|
2014-08-15 13:56:14 -04:00 |
areski
|
ef90d395ab
|
Fixed #23278 -- Documented django.db.backends.schema logger
|
2014-08-15 12:27:30 -04:00 |