Sebastian Sangervasi
|
5c4c87e55c
Changed "language-code" to the more commonly used "language code".
|
7 éve |
Ashaba
|
95fd5cf459
Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.
|
7 éve |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 éve |
Peter Wischer
|
196c257a23
Fixed typo in docs/topics/i18n/translation.txt.
|
7 éve |
Mariusz Felisiak
|
7c81b28ebc
Updated various links in docs to use HTTPS.
|
7 éve |
Claude Paroz
|
b3cd9fb18b
Refs #15902 -- Made set_language() view always set the current language in a cookie.
|
7 éve |
Christopher Schäpers
|
6da140724d
Fixed #28627 -- Added slug converter to some path() examples in docs.
|
7 éve |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 éve |
Samir Shah
|
4ac2ab30f5
Removed obsolete doc references to javascript_catalog.
|
7 éve |
Jkrzy
|
da3a5cee4f
Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
|
7 éve |
Jonatas CD
|
31f133ea08
Fixed #28252 -- Corrected docs for default file extensions of makemessages.
|
7 éve |
Mariusz Felisiak
|
a3af8c99d9
Removed extra characters in docs header underlines.
|
8 éve |
Asif Saifuddin Auvi
|
5f3a689f71
Imported django.http classes instead of django.http.
|
8 éve |
Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 éve |
Claude Paroz
|
e34f4e6f87
Made ugettext* functions aliases of gettext*
|
8 éve |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 éve |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 éve |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 éve |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 éve |
Tim Graham
|
2b20e4148f
Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.
|
8 éve |
Adam Chainz
|
0a9bd266ff
Documented url()'s 'regex' parameter.
|
8 éve |
Ben Wilkins
|
9524fd9133
Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().
|
8 éve |
Henry Dang
|
b1a9041535
Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().
|
8 éve |
medmunds
|
d3708aeb26
Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to text for non-Django code.
|
8 éve |
Denis Cornehl
|
a840710e1e
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
|
9 éve |
Jon Dufresne
|
2c716c1dc7
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boolean syntax.
|
8 éve |
Michael Scott
|
3c447b108a
Fixed #15143 -- Doc'd how to set the language for the test client.
|
8 éve |
Mattias Loverot
|
2315114090
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
|
8 éve |
Mattias Loverot
|
35ea6d83c8
Fixed #27069 -- Doc'd which gettext functions may be aliased as _.
|
8 éve |
Tim Graham
|
415ae960bb
Fixed capitalization of "URL pattern".
|
8 éve |