Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 years ago |
Agnieszka Lasyk
|
1f8dad6915
Fixed #25755 -- Unified spelling of "website".
|
9 years ago |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 years ago |
Aymeric Augustin
|
ed83881e64
Fixed #23820 -- Supported per-database time zone.
|
9 years ago |
Christopher Luc
|
8119876d4a
Improved docs for timezone handling for auto_now and auto_now_add
|
10 years ago |
Sean Wang
|
eba6dff581
Fixed #24358 -- Corrected code-block directives for console sessions.
|
10 years ago |
Collin Anderson
|
26a92619f6
Fixed #24124 -- Changed context_processors in the default settings.py
|
10 years ago |
Aymeric Augustin
|
92e8f1f302
Moved context_processors from django.core to django.template.
|
10 years ago |
Corey Farwell
|
37b13033c6
Removed sudo from pip commands in docs.
|
10 years ago |
Kristian Glass
|
b7336ec179
Fixed #23342 -- Clarified warning about naive time objects.
|
10 years ago |
Tim Graham
|
da59902250
Updated timezone docs to use timezone.now()
|
10 years ago |
Christoph Heer
|
d47409831f
Fixed #23067 -- Updated docs to use django-admin
|
10 years ago |
Aymeric Augustin
|
0fb7570c5c
Fixed #22523 -- Clarified pytz requirement.
|
10 years ago |
Claude Paroz
|
680a0f08b1
Updated doc links to point to Python 3 documentation
|
10 years ago |
Tim Graham
|
d8d83777eb
Fixed #21629 -- Added instructions for loading MySQL time zone definitions.
|
11 years ago |
Aymeric Augustin
|
9f8810ac51
Fixed #21487 -- Session cannot store tzinfo instances anymore.
|
11 years ago |
Aymeric Augustin
|
570d9c2678
Fixed #19560 -- Identified field in warning for naive datetime.
|
11 years ago |
Jacob Kaplan-Moss
|
357d62d9f2
Explained that timezone.now() always returns times in UTC.
|
11 years ago |
Aymeric Augustin
|
c8dcee9a42
Improved the timezone middleware example slightly.
|
11 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 years ago |
mitnk
|
fe443b11de
fixed a typo in timezones docs.
|
12 years ago |
Aymeric Augustin
|
4b58e94f27
Followed a best practice in the time zones docs.
|
12 years ago |
Aymeric Augustin
|
ecdd0914b1
Updated time zone FAQ with timezone.localize.
|
12 years ago |
Claude Paroz
|
eb351ac9cb
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
|
13 years ago |
Aymeric Augustin
|
a9187e5447
Fixed a typo in an example in the timezone docs.
|
13 years ago |
Aymeric Augustin
|
93240b7d90
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the corresponding Python objects in templates.
|
13 years ago |