index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
internals
/
contributing.txt
Age
Commit message (
Expand
)
Author
2011-05-27
Fixed #15796 -- Restructured the contributing documentation and added note ab...
Jannis Leidel
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-04-17
Updated the contributing document to accurately reflect our security process.
Jacob Kaplan-Moss
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-14
Reworded part of 'Running only some of the tests' in docs/internals/contribut...
Adrian Holovaty
2011-02-27
Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added supporting ...
Gabriel Hurley
2011-02-25
Fixed #14401 -- Added a contributing howto guide for new users. Thank you to ...
Gabriel Hurley
2011-02-19
Fixed #15341 -- Clarified where translation problems should be reported in th...
Gabriel Hurley
2011-01-27
Fixed #13662 -- Added an entry in the README to direct people to the instruct...
Russell Keith-Magee
2011-01-21
Update contributing documentation for changed translation policy.
Jannis Leidel
2011-01-19
Corrected an outdated reference to cmemcache in contributing docs.
Carl Meyer
2010-12-22
Fixed #14439 -- Improved documentation for running the GeoDjango test suite.
Justin Bronn
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-11-19
Corrected the way databases were compared. This allows running the test suit...
Alex Gaynor
2010-10-11
Fixed #14227 -- Added information about the "easy-pickings" keyword to the co...
Gabriel Hurley
2010-10-08
Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to t...
Russell Keith-Magee
2010-09-29
Additions to the contributing document explaining our new decision-making pro...
Jacob Kaplan-Moss
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #13627 -- Added instructions on how to reset your Trac password. Thanks...
Russell Keith-Magee
2010-05-09
Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks t...
Russell Keith-Magee
2010-04-13
Fixed #13290 - Added a section about minification of admin JavaScript files t...
Jannis Leidel
2010-04-06
Fixed #13270 - typos in documentation
Luke Plant
2010-02-24
Fixed #12102 -- Corrected an example in the docs that suggested that you use ...
Russell Keith-Magee
2010-02-23
Fixed #6298 - Added sample settings file to run the Django test suite (SQLite...
Jannis Leidel
2010-02-21
Fixed #12910 - Only test extracting translation strings if xgettext can be fo...
Jannis Leidel
2010-02-16
Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...
Jannis Leidel
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-12-22
Fixed typo
Luke Plant
2009-12-22
Added missing quote in contributing settings code
Brian Rosner
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-09
Added section info on top-level use of django.conf.settings to 'contributing'...
Luke Plant
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-03-11
Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...
Russell Keith-Magee
2008-10-07
Added a link to the "documentation" documentation in the contributing docs.
Malcolm Tredinnick
2008-10-07
Added a note about where custom manager specifications go in a model (for the
Malcolm Tredinnick
2008-09-19
Updated contributing documentation to contain the new release process and upd...
Jacob Kaplan-Moss
2008-09-11
Edited docs changes from [9010] and [9011]
Adrian Holovaty
2008-09-11
Small documentation tweaks, fixes #9000 - thanks, ramiro
Simon Willison
2008-09-03
Fixes #8847 - a bunch of cleanups to the i18n docs. Thanks, ramiro!
Jacob Kaplan-Moss
2008-09-02
Updated API stability document for 1.0.
Jacob Kaplan-Moss
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-30
Removed the need for ROOT_URLCONF in settings when running Django's core tests
Malcolm Tredinnick
2008-08-25
Fixed #8539: fixed PEP references. Thanks, carljm.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss