Tim Graham
|
414ad25b09
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
8 years ago |
Tobias McNulty
|
09d38746ba
Fixed #22446 -- Added tox.ini to automate pull request checks.
|
8 years ago |
Jiang Haiyun
|
10883b63b7
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt
|
8 years ago |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 years ago |
Varun Sharma
|
3d6474e1a5
Fixed #25385 -- Allowed importing views.generic.View from views.View.
|
9 years ago |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 years ago |
Tim Graham
|
77f50c9cfc
Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
|
9 years ago |
Aymeric Augustin
|
0eb846605e
Recommend relative imports within Django components.
|
9 years ago |
Trey Hunner
|
ec4f219ecb
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig and ESLint)
|
10 years ago |
Sean Wang
|
eba6dff581
Fixed #24358 -- Corrected code-block directives for console sessions.
|
10 years ago |
wrwrwr
|
cd155c7c71
Fixed #23860 -- Documented import order convention.
|
10 years ago |
Tim Graham
|
63412262e5
Fixed #24175 -- Updated docstring convention.
|
10 years ago |
Tim Graham
|
1101467ce0
Limited lines to 119 characters in django/
|
10 years ago |
Marti Raudsepp
|
11d453bcad
Various documentation typo/spelling fixes
|
11 years ago |
Martin Matusiak
|
d399731bf2
Fixed #22007 -- Fixed cbv docs - make imports consistent
|
11 years ago |
Claude Paroz
|
626bdf648a
Updated a bunch of hyperlinks in documentation
|
11 years ago |
Tim Graham
|
98de90d3d8
Fixed spelling of compatibility.
|
11 years ago |
Tim Graham
|
14c1872d29
Recommended flake8 to check coding style.
|
11 years ago |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 years ago |
Tim Graham
|
eaa716a413
Fixed #19639 - Updated contributing to reflect model choices best practices.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Daniel D. Beck
|
f315006d50
Remove heteronormativity from coding style doc
|
12 years ago |
Adrian Holovaty
|
9fa536dc4f
Added note to coding-style.txt about how we should NOT be religious about line lengths.
|
13 years ago |
Aymeric Augustin
|
5b37a02ba3
Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Malcolm Tredinnick
|
499f01842e
Add a note about discouraging whitespace- or formatting-only patches.
|
13 years ago |
Julien Phalip
|
5eeb2d56d5
Added some tips to the contributor docs, namely about removing trailing whitespaces and about mentioning relevant ticket numbers in tests.
|
13 years ago |
Jannis Leidel
|
127b7fdce8
Fixed #16469 -- Improved documentation of Django internals, including the new backport policy. Many thanks to Aymeric Augustin.
|
13 years ago |
Jannis Leidel
|
407f62fd31
Fixed #15796 -- Restructured the contributing documentation and added note about newly added Trac abilities. Many thanks to Julien Phalip.
|
14 years ago |