summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
AgeCommit message (Expand)Author
2017-03-21[1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing d...Mikkel Munch Mortensen
2016-12-21Removed the importance of "core developers" in triaging tickets, etc.Tim Graham
2016-12-20Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-04Updated "fork Django on GitHub" link.Tim Graham
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-27Updated "running the tests" to use 'pip install -e'.Tim Graham
2016-10-24Fixed #26357 -- Allowed admin popups to work on links added after page load.Julian Andrews
2016-10-06Fixed docs typos in lines ending with a dash.Tim Graham
2016-08-09Fixed #26952 -- Added tips for installing test suite dependencies.an0o0nym
2016-08-06Fixed a few grammar issues in working-with-git doc.Adam Zapletal
2016-07-20Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty
2016-07-13Fixed typo in docs/internals/contributing/writing-code/coding-style.txtJiang Haiyun
2016-06-03Fixed #26701 -- Replaced /newticket links to Trac with /.shaunagm
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-04-05Fixed #26448 -- Added details for running tests with a different database bac...krishbharadwaj
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-05Removed claim that you can use different database backends for Django's tests.Tim Graham
2016-02-19Fixed #25653 -- Made --selenium run only the selenium tests.Akshesh
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-11Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma
2016-01-06Refs #25746 -- Added a test utility to isolate inlined model registration.Simon Charette
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
2015-11-16Corrected outdated information in submitting patches guide.Tim Graham
2015-11-16Documented how to see the full traceback of a test failure.Tim Graham
2015-10-21Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-16Updated docs coverage example to run in a single process.David Gibbons
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-09-05Updated references to the TEST_* database settings.Aymeric Augustin
2015-08-22Recommend relative imports within Django components.Aymeric Augustin
2015-08-08Updated various links in docsClaude Paroz
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-17Allowed installing closure with pip for admin JavaScript compression.Tim Graham
2015-07-03Updated mock note since Django no longer works with Python 3.2.Tim Graham
2015-07-03Fixed #25056 -- Documented minimum version of jinja2 for testing.Tim Graham
2015-06-30DEP 0003 -- Added JavaScript unit tests.Trey Hunner
2015-06-27Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...Trey Hunner
2015-06-25Updated release process for new release schedule.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-03-24Fixed #23666 -- Recommended Git Bash for running unit tests on Windows.Carolina