Timo Graham
|
2df1847c9b
Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysiumed for the patch.
|
13 years ago |
Timo Graham
|
9b8e211dd3
Fixed #17028 - Changed diveintopython.org -> diveintopython.net
|
13 years ago |
Julien Phalip
|
1aef1b20aa
Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio.
|
13 years ago |
Ramiro Morales
|
576e681302
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our documentation.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Paul McMillan
|
642620897d
Fixed #16910 -- Misleading regex in urlpatterns inclusion docs.
|
13 years ago |
Ramiro Morales
|
26b8122087
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.
|
13 years ago |
James Bennett
|
f6d11f9b05
Fixed #16109: Corrected an inconsistency in URLconf examples for matching a numeric month.
|
13 years ago |
James Bennett
|
94524fbfef
Fixed #16079: Clarified (for real this time) how handler404 and handler500 work, and that they only work in a root URLconf.
|
13 years ago |
Alex Gaynor
|
fee2d1877f
Fixed #16280. Document that both args and kwargs cannot be passed to reverse at the same time.
|
13 years ago |
Timo Graham
|
c673bd1c4b
Fixed #16654 - Syntax error in reverse() example; thanks jedie.
|
13 years ago |
Jannis Leidel
|
286a1cad88
Fixed #16332 -- Added language template tag that switches the activate language for the enclosed template section, e.g. to allow translation of URLs as added in r16405. Many thanks to Florian Apolloner and Orne Brocaar.
|
13 years ago |
Adrian Holovaty
|
6e9067623b
Fixed small typo from [16054] in docs/topics/http/urls.txt
|
13 years ago |
Jannis Leidel
|
12a9107a7d
Fixed minor doc typo.
|
14 years ago |
Jannis Leidel
|
79afd55278
Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers.reverse. Thanks, SmileyChris, Preston Timmons and Julien Phalip.
|
14 years ago |
Gabriel Hurley
|
1b1060c916
Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thanks to guettli for the report and draft patch.
|
14 years ago |
Gabriel Hurley
|
f81d5d6854
Fixed #15233 -- Corrected a duplicate module directive that raised a warning on newer versions of Sphinx. Thanks to Aryeh Leib Taurog for the report.
|
14 years ago |
Gabriel Hurley
|
319de16ff0
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch.
|
14 years ago |
Timo Graham
|
07ef43082d
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Timo Graham
|
ba21814583
Fixes #14743 - Add sphinx links and other cleanups to topics/http/urls.txt. Thanks adamv for the patch.
|
14 years ago |
Gabriel Hurley
|
a56e47400f
Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch.
|
14 years ago |
Alex Gaynor
|
204253ed40
Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam for the patch.
|
14 years ago |
Gabriel Hurley
|
7baee5b953
Fixed #14426 -- Removed "mysite" import statements from examples that might teach people "bad habits" in regards to creating reusable apps.
|
14 years ago |
Russell Keith-Magee
|
a904e55859
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
14 years ago |
Jannis Leidel
|
e77f16144b
Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.
|
14 years ago |
Malcolm Tredinnick
|
030c97b119
Documented how to manually piece together URLs with get_script_name().
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
e0fb90b2f3
Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Strite for the report and patch.
|
14 years ago |
Russell Keith-Magee
|
5802ea3bbc
Fixed #13051 -- Corrected the documentation of URL namespacing to match the tested implementation behavior. Thanks to apollo13 for the report, and Gabriel Hurley for the patch.
|
15 years ago |