Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham2013-05-231-0/+15
* | Fixed #19237 (again) - Made strip_tags consistent between...Claude Paroz2013-05-233-9/+18
* | Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-235-8/+58
* | Merge pull request #1201 from takis/docs_typoMarc Tamlyn2013-05-231-1/+1
|\ \
| * | Fixed comments for translators example in the i18n docume...Panagiotis H.M. Issaris2013-05-231-1/+1
|/ /
* | Merge pull request #1200 from dstufft/pre-syncdb-signalDonald Stufft2013-05-238-2/+158
|\ \
| * | Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-238-2/+158
|/ /
* | Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee2013-05-234-2/+14
|\ \
| * | Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-224-2/+14
* | | Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-223-39/+3
* | | Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz2013-05-222-4/+32
* | | Clarified policy for stable branches.Tim Graham2013-05-222-71/+81
* | | Added some text I meant to add in the last commit.Tim Graham2013-05-221-1/+1
* | | Added a note about pip upgrade flag.Tim Graham2013-05-221-1/+1
* | | Fixed #17048 - Added docs for upgrading Django.Tim Graham2013-05-224-4/+98
* | | Fixed a broken link introduced in a542b808baf.Tim Graham2013-05-221-1/+0
|/ /
* | Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin2013-05-222-4/+22
* | Merge pull request #246 from dekkers/ticket_18709Marc Tamlyn2013-05-222-1/+25
|\ \
| * | Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers2013-05-222-1/+25
* | | Fixed #19895 -- Second iterator over invalid qs raises er...Anssi Kääriäinen2013-05-221-0/+7
* | | Merge pull request #1196 from selwin/last-doc-fixTim Graham2013-05-221-1/+1
|\ \ \
| * | | Slightly reworded 'last()' docs.Selwin Ong2013-05-211-1/+1
* | | | Fixed #20012 -- test_year_lookup_edge_case fails under Or...Shai Berger2013-05-221-0/+10
* | | | Fixed #20015 -- date__startswith('2008') fails under OracleShai Berger2013-05-221-3/+0
* | | | Fixed #20453 -- inspectdb test failure on OracleShai Berger2013-05-221-0/+1
| |/ / |/| |
* | | Fixed #20476 -- Typo.Aymeric Augustin2013-05-211-1/+1
* | | Fixed #18702 -- Removed chunked reads from QuerySet itera...Anssi Kääriäinen2013-05-213-156/+56
|/ /
* | Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-215-0/+92
* | (Re-)moved some importsClaude Paroz2013-05-212-2/+2
* | Fixed #6412 -- More details if a template file cannot be ...Mathijs de Bruin2013-05-214-14/+58
* | Imported copyreg from six.movesClaude Paroz2013-05-211-5/+1
* | Merge pull request #1194 from ambv/python26_is_funFlorian Apolloner2013-05-211-1/+4
|\ \
| * | Fixed a Python 2.6 regression (GzipFile can't act as a co...Łukasz Langa2013-05-211-1/+4
* | | Fixed #17308 -- Enabled the use of short_description on p...Wiktor Kolodziej2013-05-213-3/+44
|/ /
* | Fixed test failures from 09f865276554f35060ff939722ec4cef...Florian Apolloner2013-05-211-1/+1
* | Merge pull request #1192 from mjtamlyn/assertIsInstanceMarc Tamlyn2013-05-2131-87/+87
|\ \
| * | Use assertIsInstance in tests.Marc Tamlyn2013-05-2131-87/+87
* | | Merge pull request #1190 from ambv/doc_settings_fixFlorian Apolloner2013-05-211-12/+3
|\ \ \ | |/ / |/| |
| * | Removed a confusing duplicate SESSION_COOKIE_DOMAIN headerŁukasz Langa2013-05-211-12/+3
* | | Merge pull request #1191 from ambv/content_is_bytesAymeric Augustin2013-05-212-2/+26
|\ \ \
| * | | Fixed #20472: response.content should be bytes on both Py...Łukasz Langa2013-05-212-2/+26
| |/ /
* / / Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley2013-05-212-5/+40
|/ /
* | Fixed #9321 -- Deprecated hard-coding of help text in mod...Ramiro Morales2013-05-204-5/+61
* | Fixed #20471 - Typos in topics/forms/formsets.txtTim Graham2013-05-201-3/+3
* | Tweaked unit test 'quick start' explanation.Tim Graham2013-05-201-13/+7
* | Fixed #20445 -- Raised original exception after command e...Jorge Bastida2013-05-202-16/+18
* | Fixed #20403 -- Ignore forms marked for deletion when val...Ryan Kaskel2013-05-203-2/+22
* | Fixed #20278 -- ensured .get() exceptions do not recurse ...Anssi Kääriäinen2013-05-203-20/+22
* | Fixed #20378 -- regression in GenericRelation on abstract...Anssi Kääriäinen2013-05-203-1/+30
* | Fixed warnings in admindocs; refs #20126.Tim Graham2013-05-201-5/+4