Julian Andrews
|
adc93e8599
|
Fixed #26357 -- Allowed admin popups to work on links added after page load.
|
2016-10-24 20:17:31 -04:00 |
Tim Graham
|
6fdb12cdcc
|
Documented how to request CVE IDs.
|
2016-10-24 15:02:55 -04:00 |
Alvin Lindstam
|
6b5106b1ce
|
Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
|
2016-10-22 19:26:08 -04:00 |
Zach Borboa
|
90c3b11e87
|
Fixed #27361 -- Used "from django import forms" in forms api docs.
|
2016-10-19 09:55:21 -04:00 |
Markus Holtermann
|
b5fc192b99
|
Fixed #27352 -- Doc'd social media fingerprinting consideration with login's redirect_authenticated_user.
|
2016-10-18 11:37:56 -04:00 |
Riccardo Magliocchetti
|
a4e9e834e3
|
Fixed ModelAdmin.get_max_num() example if obj is None.
|
2016-10-17 07:33:38 -04:00 |
Tim Graham
|
af98a0a25e
|
Updated security policy according to current practices.
Also added security release date notifications to django-announce.
|
2016-10-15 07:53:08 -04:00 |
David D Lowe
|
424187ec4b
|
Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.
|
2016-10-14 13:46:54 -04:00 |
Tim Graham
|
61f9243e51
|
Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware.
|
2016-10-14 12:48:03 -04:00 |
Kevin Christopher Henry
|
9eb49af821
|
Refs #19705 -- Documented decorator ordering with @condition().
|
2016-10-14 07:36:01 -04:00 |
Kevin Christopher Henry
|
ad332e5ca9
|
Refs #19705 -- Made GZipMiddleware make ETags weak.
Django's conditional request processing can now produce 304 Not Modified
responses for content that is subject to compression.
|
2016-10-13 14:22:54 -04:00 |
Tim Graham
|
cd09524f27
|
Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
|
2016-10-13 11:04:58 -04:00 |
Tim Graham
|
51b83d9e51
|
Fixed #27342 -- Corrected QuerySet.update_or_create() example.
|
2016-10-13 11:02:02 -04:00 |
Nick Pope
|
81463ce0a1
|
Fixed typo in docs/ref/checks.txt.
|
2016-10-11 10:32:32 -04:00 |
Tim Graham
|
80f5a4d87a
|
Doc'd the need to provide initial for formset submissions.
|
2016-10-10 15:36:21 -04:00 |
Denis Cornehl
|
a840710e1e
|
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
|
2016-10-10 14:55:59 -04:00 |
Tim Graham
|
19a140a1b3
|
Added template syntax highlighting in docs/topics/i18n/timezones.txt.
|
2016-10-08 08:07:06 -04:00 |
Zach Borboa
|
bf91be83d5
|
Fixed #24941 -- Added ModelAdmin.get_exclude().
Thanks Ola Sitarska for the initial patch.
|
2016-10-07 18:49:28 -04:00 |
Tim Graham
|
c60feb6999
|
Fixed #25475 -- Doc'd how to use a literal % in Func.template.
|
2016-10-07 10:24:45 -04:00 |
Markus Holtermann
|
f8deed7199
|
Updated security team roster.
|
2016-10-07 10:14:22 -04:00 |
Adam Chainz
|
224fe22bf1
|
Doc'd that model instances with pk=None don't compare equal.
|
2016-10-07 09:01:18 -04:00 |
Mads Jensen
|
0a26f3c338
|
Fixed #26327 -- Added JsonAgg to contrib.postgres.
Thanks Tim Graham for review.
|
2016-10-07 07:52:03 -04:00 |
Tim Graham
|
e261337eea
|
Fixed docs typos in lines ending with a dash.
|
2016-10-06 11:01:20 -04:00 |
Aymeric Augustin
|
5d35181de4
|
Documented AppRegistryNotReady.
|
2016-10-06 10:21:57 -04:00 |
Jonatas CD
|
e8728f03f0
|
Refs #11078 -- Doc'd Meta inheritance in proxy models.
|
2016-10-04 19:53:24 -04:00 |
Corey Farwell
|
24da355686
|
Documented render_to_string()'s `using` parameter.
|
2016-10-04 18:58:50 -04:00 |
Tim Graham
|
0083a4c8e9
|
Refs #18974 -- Deprecated @models.permalink() decorator.
|
2016-10-04 14:39:49 -04:00 |
Tim Graham
|
e262f00231
|
Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
|
2016-10-04 14:02:06 -04:00 |
aruseni
|
9e26a8331d
|
Fixed typos in docs/ref/contrib/admin/javascript.txt.
|
2016-10-04 10:18:08 -04:00 |
aruseni
|
12b9aa279f
|
Fixed typo in docs/ref/contrib/admin/javascript.txt.
|
2016-10-04 10:13:10 -04:00 |
Simon Charette
|
040bd7c938
|
Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations.
Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial
patch and Tim for the review.
|
2016-10-04 08:35:15 -04:00 |
Reto Aebersold
|
3ab55c1a8a
|
Fixed #27309 -- Added CallableBool.__hash__().
|
2016-10-04 07:44:19 -04:00 |
Tim Graham
|
fe1aee6b98
|
Fixed #27307 -- Added missing url names in sitemaps docs.
|
2016-10-03 16:04:30 -04:00 |
Claude Paroz
|
122c90a43b
|
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Thanks Tim Graham for the review.
|
2016-10-02 20:31:56 +02:00 |
Tim Graham
|
bae1160c3f
|
Added stub release notes for 1.10.3.
|
2016-10-01 16:11:54 -04:00 |
Claude Paroz
|
67eee5e4fa
|
Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
Thanks Ramiro Morales for the report and Tim Graham for the review.
|
2016-10-01 20:14:27 +02:00 |
Tim Graham
|
aa7dc2dc39
|
Added release date for 1.10.2.
|
2016-10-01 11:48:11 -04:00 |
Claude Paroz
|
fa2f55cfd5
|
Refs #26940 -- Re-allowed makemessages without settings
Thanks Tim Graham for the review.
|
2016-10-01 14:57:16 +02:00 |
Tim Graham
|
87c5e7efeb
|
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
|
2016-09-30 14:49:50 -04:00 |
Lewis Cowles
|
1d25eb9688
|
Fixed #27294 -- Documented UserCreationForm's fields.
|
2016-09-30 13:56:53 -04:00 |
Tim Graham
|
79c91070e5
|
Confirmed support for PostGIS 2.3.
|
2016-09-30 10:00:04 -04:00 |
Tim Graham
|
cc282fa731
|
Updated links to the current version of PostGIS docs.
|
2016-09-30 09:26:20 -04:00 |
Tim Graham
|
9819676676
|
Updated links to the current version of MySQL docs.
|
2016-09-30 09:14:17 -04:00 |
Laurent
|
bceade84a7
|
Fixed typos in docs/howto/deployment/checklist.txt.
|
2016-09-29 19:59:00 -04:00 |
Tim Graham
|
eb4d4376fc
|
Normalized spelling of "Web server/page" in docs.
|
2016-09-29 19:51:59 -04:00 |
Frank Wiles
|
a09c058918
|
Fixed import typos in the docs.
|
2016-09-29 12:06:52 -04:00 |
Christian Bundy
|
9c522d2ed8
|
Fixed typo in docs/ref/contrib/gis/install/postgis.txt.
|
2016-09-28 14:24:49 -04:00 |
Tim Graham
|
f2ff1b2fab
|
Fixed #27289 -- Corrected View.as_view() explanation.
Thanks Graham Wideman for the report.
|
2016-09-28 11:26:32 -04:00 |
Rinat Khabibiev
|
9e07a9b5fe
|
Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modified header.
|
2016-09-28 09:09:09 -04:00 |
Alasdair Nicol
|
3203171832
|
Fixed 27283 -- Fixed typo in 1.8 release notes.
|
2016-09-28 06:50:49 -04:00 |