Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added some function links in translation docsClaude Paroz2015-10-072-5/+12
* Added myself to AUTHORS.Jonas Haag2015-10-071-0/+1
* Added basic JS tests for OLMapWidget.jsClaude Paroz2015-10-073-1/+56
* Fixed #25503 -- Fixed system check crash on ForeignKey to...Mariusz Felisiak2015-10-074-27/+38
* Fixed #25515 -- Documented the return value of BaseComman...Tim Graham2015-10-061-0/+3
* Fixed #25516 -- Documented that parallel test excution do...Tim Graham2015-10-061-0/+4
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-0620-184/+185
* Refs #12118 -- Allowed "mode=memory" in SQLite test datab...Riccardo Magliocchetti2015-10-063-3/+32
* Fixed #25496 -- Made ModelChoiceField respect prefetch_re...Tim Graham2015-10-063-2/+28
* Fixed #25423 -- Made error message for unknown template t...Pindi Albert2015-10-052-7/+19
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-056-6/+34
* Fixed #25502 -- Added supported Python versions in 1.7, 1...Tim Graham2015-10-052-5/+7
* Removed SimpleLazyObject workaround for a Python 3 bug.Tim Graham2015-10-051-5/+1
* Fixed #25037 -- Added request.user to the debug view.John Moses2015-10-053-1/+20
* Removed obsolete (since Python 2.3) __safe_for_unpickling...Tim Graham2015-10-052-6/+0
* Added stub release notes for 1.8.6.Tim Graham2015-10-042-0/+13
* Added release date for 1.8.5.Tim Graham2015-10-041-1/+1
* Fixed #25389 -- Fixed pickling a SimpleLazyObject wrappin...Ben Kraft2015-10-034-25/+129
* Fixed #22938 -- Allowed clearsessions to remove file-base...Aleksandra Tarkowska2015-10-033-8/+26
* Fixed #25483 -- Allowed passing non-string arguments to c...Claude Paroz2015-10-033-1/+13
* Refs #15844 -- Added tests for multi-table inheritance re...Tim Graham2015-10-031-0/+19
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-034-4/+7
* Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos2015-10-031-2/+2
* Refs #13203, #9501 -- Added a test for generic relations ...Tim Graham2015-10-022-1/+13
* Fixed #25481 -- Added field.help_text to "Looping over a ...John Moses2015-10-022-0/+4
* Fixed link to the MySQL Connector/Python Django Backend d...Nick Williams2015-10-021-1/+1
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-023-0/+13
* Refs #13637 -- Removed unused code in GenericRelatedObjec...Tim Graham2015-10-021-7/+1
* Fixed #21042 -- Allowed accessing FileDescriptor on the m...Tim Graham2015-10-012-6/+3
* Made a couple tutorial corrections for Django 1.9.Tim Graham2015-10-011-2/+4
* Removed an old note (Django 1.4-era) from the tutorial.Tim Graham2015-10-011-13/+0
* Refs #24505 -- Forwardported 1.8.5 release note.Tim Graham2015-10-011-0/+4
* Clarified that Model.delete() isn't called as a result of...David Sanders2015-09-301-3/+5
* Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham2015-09-301-7/+5
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-308-7/+62
* Improved "“standalone” Django usage" example.David Sanders2015-09-291-1/+3
* Fixed #25376 -- Required virtualenv in installation instr...Tim Graham2015-09-291-128/+19
* Refs #22384 -- Removed obsolete code for the removal of r...Tim Graham2015-09-291-57/+19
* Refs #16860 -- Fixed password help text when there aren't...Antoine Catton2015-09-282-1/+5
* Documented auth's login/logout function parameters.Tim Graham2015-09-281-2/+2
* Moved and updated Python license.Tim Graham2015-09-283-4/+4
* Fixed #24323 -- Documented @admin.register can't be used ...Tim Graham2015-09-281-0/+7
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-274-5/+28
* Used getattr() to simplify contrib.messages.api.Curtis Maloney2015-09-271-2/+2
* Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak2015-09-272-17/+37
* Made tests/serializers/models.py a models packageClaude Paroz2015-09-264-203/+207
* Moved remaining of serializers_regress to serializers testsClaude Paroz2015-09-264-331/+323
* Moved more serializers_regress to serializers testsClaude Paroz2015-09-264-94/+99
* Separated natural key serialization testsClaude Paroz2015-09-265-89/+109
* Separated JSON serialization testsClaude Paroz2015-09-263-266/+274