Mariusz Felisiak
|
5efaf078f7
|
Fixed #30331 -- Added support for psycopg2 2.8.
|
2019-04-05 11:05:53 +02:00 |
msg
|
755673e1bc
|
Fixed #30307 -- Fixed incorrect quoting of database user password when using dbshell on Oracle.
Regression in acfc650f2a .
|
2019-04-04 08:33:28 +02:00 |
belegnar
|
1ffddfc233
|
Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is passed.
|
2019-04-03 09:05:15 +02:00 |
belegnar
|
714cf468e1
|
Refs #30302 -- Added more tests for forms.model_to_dict().
|
2019-04-03 08:59:08 +02:00 |
Mariusz Felisiak
|
e6588aa4e7
|
Added stub release notes for 2.2.1.
|
2019-04-03 08:26:05 +02:00 |
David Beitey
|
8bdb12c1d3
|
Fixed typo in django/db/models/query_utils.py comment.
|
2019-04-03 08:18:54 +02:00 |
Alex Gaynor
|
851d9eac23
|
Fixed typo in docs/releases/2.2.txt.
|
2019-04-02 09:18:06 +02:00 |
Mariusz Felisiak
|
4cbe2b06ce
|
Fixed typo in docs/ref/settings.txt.
|
2019-04-02 09:10:11 +02:00 |
Mariusz Felisiak
|
7cbcf2e2cb
|
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_order_field attribute.
|
2019-04-01 15:11:54 +02:00 |
Carlton Gibson
|
93daed25a4
|
Corrected date format in 2.2 release notes.
|
2019-04-01 15:00:40 +02:00 |
Claude Paroz
|
3e01aab533
|
Updated contrib translations from Transifex.
Forwardport of 7090cbf542 from 2.2.x.
|
2019-04-01 12:22:15 +02:00 |
Claude Paroz
|
3d465f77e5
|
Updated core translations from Transifex
Forwardport of 98f526e67c from 2.2.x.
|
2019-04-01 12:21:52 +02:00 |
Carlton Gibson
|
7191beec4e
|
Set release date in v2.2 release notes.
|
2019-04-01 12:11:50 +02:00 |
Carlton Gibson
|
f9f09a8a02
|
Updated man page for 2.2 final.
|
2019-04-01 12:04:08 +02:00 |
JangHyukJin
|
0027ca76c7
|
Used QuerySet.bulk_create() in lookup.tests.
|
2019-04-01 10:46:28 +02:00 |
Tim Graham
|
8335d59200
|
Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission.
|
2019-03-30 16:49:16 -04:00 |
Tim Graham
|
e245046bb6
|
Added stub 2.1.8 release notes.
|
2019-03-30 12:55:30 -04:00 |
oliver
|
03bee42a7e
|
Made startapp/project's overlaying error message use 'app' or 'project'.
|
2019-03-30 10:14:07 -04:00 |
can
|
96446c7152
|
Refs #29697 -- Added test for excluding m2m intermediary table.
|
2019-03-30 14:46:59 +01:00 |
Tim Graham
|
b9455b010e
|
Refs #30278 -- Fixed link in cached_property docs.
|
2019-03-30 09:35:00 -04:00 |
Matthew Schinckel
|
c3c2ec54f5
|
Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.
Thanks to Curtis Maloney for the description of the problem.
|
2019-03-30 09:29:03 -04:00 |
Brad
|
ad72895c60
|
Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS.
Avoided getattribute + getitem for each DISALLOWED_USER_AGENTS.
|
2019-03-30 09:02:57 -04:00 |
Tim Graham
|
e8774a74cc
|
Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.
Unused since 533532302a .
|
2019-03-30 08:54:29 -04:00 |
Abhishek Bera
|
ca67f39afa
|
Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.
|
2019-03-29 21:53:03 -04:00 |
Nick Pope
|
198a2a9381
|
Removed unnecessary /static from links to PostgreSQL docs.
|
2019-03-29 21:49:44 -04:00 |
pmisteli
|
9410db9683
|
Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML attribute.
This prevents automatic capitalization, which is the default behavior in
some browsers.
|
2019-03-29 15:24:44 +01:00 |
sage
|
9aa56cb0d5
|
Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
|
2019-03-29 09:43:49 -04:00 |
Tim Graham
|
879cc3da62
|
Moved extlinks in docs config to allow using 'version' variable.
After a stable branch is created, 'master' will change to
'stable/' + version + '.x'.
|
2019-03-28 20:47:51 -04:00 |
Tim Graham
|
a68c029e22
|
Used extlinks for Django's source code.
|
2019-03-28 20:32:17 -04:00 |
Tim Graham
|
8e675e2bd8
|
Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.
|
2019-03-28 19:51:54 -04:00 |
Nick Pope
|
4400d8296d
|
Fixed #30241 -- Added more system checks of translation settings.
|
2019-03-28 20:10:50 +01:00 |
Nick Pope
|
d4783048ef
|
Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.
|
2019-03-28 20:04:24 +01:00 |
Nick Pope
|
07daa487ae
|
Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.
|
2019-03-28 20:04:24 +01:00 |
sage
|
5a92bb0725
|
Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.
|
2019-03-28 10:18:30 +01:00 |
Mariusz Felisiak
|
e449c3a832
|
Doc'd that HttpResponse accepts bytestrings.
|
2019-03-28 10:00:12 +01:00 |
Mariusz Felisiak
|
881362986a
|
Fixed "byte string" typo in various docs and comments.
|
2019-03-28 10:00:12 +01:00 |
Mariusz Felisiak
|
9ab1d55596
|
Refs #18726 -- Added test for excluding circular related fields with F() expression.
Fixed in f19a4945e1 .
|
2019-03-28 07:10:54 +01:00 |
Nick Pope
|
398afba084
|
Updated spelling and RFCs in HttpOnly cookie flag docs.
|
2019-03-27 10:09:23 -04:00 |
Nick Pope
|
2afd670de5
|
Removed obsolete RFC from cookie docs.
RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
|
2019-03-27 10:05:34 -04:00 |
Nick Pope
|
d41a1005eb
|
Removed unused timeparse.js.
Unused since its introduction in dd5320d1d5 .
|
2019-03-27 09:24:09 -04:00 |
Nick Pope
|
f0f3b30296
|
Removed obsolete ActiveXObject from admindocs bookmarklets.
Required for IE<7.
|
2019-03-27 09:13:39 -04:00 |
Nick Pope
|
3113957123
|
Simplified Date.prototype.getTwelveHours().
|
2019-03-27 09:13:21 -04:00 |
Nick Pope
|
a25029b336
|
Removed unused Date.prototype.getHourMinute().
Unused since d2180a6bf3 .
|
2019-03-27 09:12:44 -04:00 |
Nick Pope
|
8c694317f8
|
Removed unused Date.prototype.getHourMinuteSecond().
Unused since fa0653cd1d .
|
2019-03-27 09:12:15 -04:00 |
Nick Pope
|
93d1f2d209
|
Removed unused String.prototype.pad_left().
Unused since its introduction in dd5320d1d5 .
|
2019-03-27 09:11:30 -04:00 |
Nick Pope
|
41e6ef28b0
|
Removed unneeded compatibility shim for getComputedStyle().
Required for IE<9.
|
2019-03-27 09:10:56 -04:00 |
Mariusz Felisiak
|
2a431db0f5
|
Fixed #28621 -- Fixed crash of annotations with OuterRef.
|
2019-03-27 08:24:05 +01:00 |
Tim Graham
|
c4447ad231
|
Doc'd django-docs-translation and Read the Docs release steps.
|
2019-03-26 13:11:41 -04:00 |
Tim Graham
|
9caa3e0a29
|
Doc'd a few contributing guidelines.
|
2019-03-25 18:26:23 -04:00 |
Nathan Gaberel
|
624573726a
|
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
|
2019-03-25 17:59:07 -04:00 |