Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* | Rotate CSRF token on loginAndrew Godwin2013-05-243-1/+49
* | Fixed a regression in router initializationClaude Paroz2013-05-241-2/+3
* | Optimisation in prefetch_related_objectsLuke Plant2013-05-241-25/+22
* | Fixed #19607 - prefetch_related crashLuke Plant2013-05-241-2/+7
* | Fixed #17648 -- Add `for_concrete_model` to `GenericForei...Gavin Wahl2013-05-241-10/+22
* | Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz2013-05-232-6/+14
* | Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz2013-05-232-12/+19
* | Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz2013-05-231-1/+23
* | Fixed #19237 (again) - Made strip_tags consistent between...Claude Paroz2013-05-231-7/+7
* | Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-231-3/+4
* | Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-234-2/+21
* | Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee2013-05-231-1/+4
|\ \
| * | Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-1/+4
* | | Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-221-12/+0
* | | Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz2013-05-221-2/+26
|/ /
* | Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin2013-05-221-3/+3
* | Merge pull request #246 from dekkers/ticket_18709Marc Tamlyn2013-05-221-0/+2
|\ \
| * | Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers2013-05-221-0/+2
* | | 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 #18702 -- Removed chunked reads from QuerySet itera...Anssi Kääriäinen2013-05-211-120/+29
* | Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-212-0/+26
* | (Re-)moved some importsClaude Paroz2013-05-212-2/+2
* | Fixed #6412 -- More details if a template file cannot be ...Mathijs de Bruin2013-05-211-5/+18
* | Imported copyreg from six.movesClaude Paroz2013-05-211-5/+1
* | Fixed #17308 -- Enabled the use of short_description on p...Wiktor Kolodziej2013-05-211-2/+8
* | Merge pull request #1191 from ambv/content_is_bytesAymeric Augustin2013-05-211-2/+2
|\ \
| * | Fixed #20472: response.content should be bytes on both Py...Łukasz Langa2013-05-211-2/+2
* | | Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley2013-05-211-5/+18
|/ /
* | Fixed #9321 -- Deprecated hard-coding of help text in mod...Ramiro Morales2013-05-202-5/+5
* | Fixed #20445 -- Raised original exception after command e...Jorge Bastida2013-05-201-7/+7
* | Fixed #20403 -- Ignore forms marked for deletion when val...Ryan Kaskel2013-05-201-1/+2
* | Fixed #20278 -- ensured .get() exceptions do not recurse ...Anssi Kääriäinen2013-05-201-6/+4
* | Fixed #20378 -- regression in GenericRelation on abstract...Anssi Kääriäinen2013-05-201-0/+2
* | Fixed qs.values() regression when used in subqueryAnssi Kääriäinen2013-05-201-1/+6
* | Merge pull request #1181 from aaugustin/better-api-to-dis...Marc Tamlyn2013-05-202-4/+22
|\ \
| * | Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-192-4/+22
* | | Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes2013-05-191-2/+19
|/ /
* | Made 2d309a70 compatible with Python 3.Aymeric Augustin2013-05-191-1/+1
* | Merge pull request #1178 from bmispelon/masterRussell Keith-Magee2013-05-191-4/+9
|\ \
| * | Fix test failure introduced by 980ae2ab29.Baptiste Mispelon2013-05-191-4/+9
* | | Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-192-28/+35
|/ /
* | Fix #19664 -- Illegal Characters In Session Key Give Fata...Erik Romijn2013-05-192-4/+11
* | Fixed test failures with Oracle when pytz isn't installed.Aymeric Augustin2013-05-191-0/+6
* | Fix #20447: URL names given to contrib.auth.views are now...Baptiste Mispelon2013-05-193-60/+174
* | Merge pull request #1130 from vdboor/issue_20442_get_for_idAndrew Godwin2013-05-192-2/+11
|\ \
| * | Fix NoneType error when fetching a stale ContentType with...Diederik van der Boor2013-05-182-2/+11
* | | Merge pull request #1160 from erikr/host-inet-postgres2Aymeric Augustin2013-05-194-11/+13
|\ \ \
| * | | Fixed #11442 -- Postgresql backend casts all inet types t...Erik Romijn2013-05-194-11/+13