Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/spelling_wordlist
Commit message (Collapse)AuthorAgeFilesLines
* Added "subpath" to spelling wordlist.Tim Graham2015-10-221-0/+1
|
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-211-1/+1
|
* Refs #22789 -- Removed contrib.webdesign per deprecation ↵Tim Graham2015-09-241-1/+0
| | | | timeline.
* Added "readded" to the docs wordlist.Tim Graham2015-09-211-0/+1
|
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-191-0/+1
| | | | | | | | | | | | | | | | The change partly goes back to the old behavior for forwards migrations which should reduce the amount of memory consumption (#24745). However, by the way the current state computation is done (there is no `state_backwards` on a migration class) this change cannot be applied to backwards migrations. Hence rolling back migrations still requires the precomputation and storage of the intermediate migration states. This improvement also implies that Django does not handle mixed migration plans anymore. Mixed plans consist of a list of migrations where some are being applied and others are being unapplied. Thanks Andrew Godwin, Josh Smeaton and Tim Graham for the review as well as everybody involved on the ticket that kept me looking into the issue.
* Fixed #25393 -- Fixed MySQL crash when adding text/blob ↵Ville Skyttä2015-09-141-0/+1
| | | | field with unhashable default.
* Fixed #25334 -- Provided a way to allow cross-origin ↵Joshua Kehn2015-09-051-0/+1
| | | | | | | | unsafe requests over HTTPS. Added the CSRF_TRUSTED_ORIGINS setting which contains a list of other domains that are included during the CSRF Referer header verification for secure (HTTPS) requests.
* Added 'subtransactions' to spelling wordlist.Tim Graham2015-08-261-0/+1
|
* Refs #25236 -- Discouraged use of ifequal/ifnotequal ↵Tim Graham2015-08-081-2/+0
| | | | template tags.
* Added 'bookmarklet' to spelling word list.Tim Graham2015-07-131-0/+1
|
* Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov2015-07-061-0/+1
|
* DEP 0003 -- Added JavaScript unit tests.Trey Hunner2015-07-011-0/+1
| | | | | | Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
* Fixed #25016 -- Reallowed non-ASCII values for ↵薛丞宏2015-06-261-0/+1
| | | | ForeignKey.related_name on Python 3.
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-0/+1
| | | | Thanks to Tim Graham for the review.
* Added Ola Sitarska to the team page.Ola Sitarska2015-06-221-0/+1
|
* Added Tomek Paczkowski bio to the team pageTomek Paczkowski2015-06-191-0/+1
|
* Fixed #24943 -- Updated contributing tutorial to use ↵Markus Amalthea Magnuson2015-06-161-0/+1
| | | | virtualenv
* Fixed #24907 -- Updated contributing tutorial with a ↵Markus Amalthea Magnuson2015-06-061-0/+2
| | | | more recent example ticket.
* Fixed #24230 -- Added translated language name for i18n ↵Tomáš Ehrlich2015-06-021-0/+1
| | | | template tag/filter.
* Updated capitalization in the word "JavaScript" for ↵Dave Hodder2015-05-011-1/+1
| | | | consistency
* Documented GeoQuerySet replacement by functionsClaude Paroz2015-04-221-0/+1
|
* Refs #24568 -- Added Read the Docs step to the release ↵Baptiste Mispelon2015-04-091-0/+1
| | | | checklist.
* Fixed #16362 -- Allowed lookaround assertions in URL ↵Bas Peschier2015-03-231-0/+1
| | | | patterns.
* Fixed #24419 -- Added sendtestemail management commandLoek van Gent2015-03-201-0/+1
|
* Fixed typos and updated spelling wordlist.Floris den Hengst2015-03-071-3/+191
|
* Reverted "Fixed #24325 -- Documented change in ↵Tim Graham2015-02-241-1/+0
| | | | | | | ModelForm.save() foreign key access." This reverts commit 0af3822dc362b6253bda1c9699466dd0bbbf6066. It's obsoleted by refs #24395.
* Added formats for the Azerbaijani locale.Emin Mastizada2015-02-231-0/+1
|
* Fixed #24325 -- Documented change in ModelForm.save() ↵Tim Graham2015-02-141-0/+1
| | | | foreign key access.
* Removed docs about unmigrated apps as they are not ↵Tim Graham2015-02-091-1/+0
| | | | supported in Django 1.9.
* Added "SQL" to doc wordlist.Tim Graham2015-02-051-0/+1
|
* Removed support for syncing apps without migrations per ↵Tim Graham2015-01-181-5/+0
| | | | | | | deprecation timeline. Kept support for creating models without migrations when running tests (especially for Django's test suite).
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-1/+0
|
* Removed the syncdb command per deprecation timeline.Tim Graham2015-01-171-1/+0
|
* Removed FastCGI support per deprecation timeline; refs ↵Tim Graham2015-01-171-3/+0
| | | | #20766.
* Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham2015-01-131-0/+1
| | | | | | This is a security fix. Disclosure following shortly. Thanks Keryn Knight for the report and initial patch.
* Fixed typo in docs/release/1.8.txt & added word for ↵Tim Graham2015-01-121-0/+1
| | | | spelling check.
* Fixed spelling errors in docs.Tim Graham2015-01-111-0/+2
|
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+1
| | | | | | | | | Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python
* Added best practices for versionadded/changed annotations.Tim Graham2015-01-091-0/+2
|
* Added 'loopback' to spelling word list.Tim Graham2015-01-071-0/+1
|
* Added showmigrations to spelling wordlist.Tim Graham2015-01-011-0/+1
|
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-0/+1
| | | | | | | | | Added functions and tests Added docs and more tests Added TextField converter to mysql backend Aliased Value as V in example docs and tests Removed unicode_compatible in example Fixed console emulation in examples
* Fixed some docs spelling mistakes.Tim Graham2014-12-231-0/+3
|
* Added words to docs wordlist.Tim Graham2014-12-191-0/+2
|
* Appeased spell checker.Tim Graham2014-12-111-0/+1
|
* Fixed spelling in docs/ref/django-admin.txt.Tim Graham2014-11-241-0/+1
|
* Fixed spelling errors in docs.Tim Graham2014-11-111-0/+1
|
* Fixed spelling errors in docs.Tim Graham2014-10-281-0/+2
|
* Updated docs/spelling_wordlistLuke Plant2014-10-021-0/+2
|
* Fixed spelling mistakes and added words to wordlist.Tim Graham2014-09-291-0/+2
|