Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | | Thanks Trey Hunner for cleaning the initial patch and Tim Graham for the review.
* Fixed #25503 -- Fixed system check crash on ForeignKey ↵Mariusz Felisiak2015-10-074-27/+38
| | | | to abstract model.
* Fixed #25515 -- Documented the return value of ↵Tim Graham2015-10-061-0/+3
| | | | BaseCommand.handle()
* Fixed #25516 -- Documented that parallel test excution ↵Tim Graham2015-10-061-0/+4
| | | | doesn't work with pdb.
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-0620-184/+185
| | | | disambiguate it from a list.
* Refs #12118 -- Allowed "mode=memory" in SQLite test ↵Riccardo Magliocchetti2015-10-063-3/+32
| | | | database names.
* Fixed #25496 -- Made ModelChoiceField respect ↵Tim Graham2015-10-063-2/+28
| | | | prefetch_related().
* Fixed #25423 -- Made error message for unknown template ↵Pindi Albert2015-10-052-7/+19
| | | | tag more helpful.
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-056-6/+34
| | | | | This option specifies the level that check command exits with a non-zero status. Default is ``ERROR``.
* Fixed #25502 -- Added supported Python versions in 1.7, ↵Tim Graham2015-10-052-5/+7
| | | | 1.8 release notes.
* Removed SimpleLazyObject workaround for a Python 3 bug.Tim Graham2015-10-051-5/+1
| | | | | The workaround added in fe8484efda257e151d9c1ca5151e546c9262bf0f seems unnecessary as the Python bug is fixed in Python 3.4.
* Fixed #25037 -- Added request.user to the debug view.John Moses2015-10-053-1/+20
|
* Removed obsolete (since Python 2.3) ↵Tim Graham2015-10-052-6/+0
| | | | __safe_for_unpickling__ attribute.
* 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 ↵Ben Kraft2015-10-034-25/+129
| | | | | | | | wrapping a model. Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in particular it did not add the `_django_version` attribute added in 42736ac8. Now it will handle this and other custom `__reduce__` methods correctly.
* Fixed #22938 -- Allowed clearsessions to remove ↵Aleksandra Tarkowska2015-10-033-8/+26
| | | | file-based sessions.
* Fixed #25483 -- Allowed passing non-string arguments to ↵Claude Paroz2015-10-033-1/+13
| | | | | | call_command Thanks KS Chan for the report and Tim Graham for the review.
* Refs #15844 -- Added tests for multi-table inheritance ↵Tim Graham2015-10-031-0/+19
| | | | | | related object filtering efficiency. Fixed in 97774429aeb54df4c09895c07cd1b09e70201f7d.
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-034-4/+7
| | | | Thanks Daniel Hahler for the initial patch.
* Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos2015-10-031-2/+2
| | | | | Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder')
* Refs #13203, #9501 -- Added a test for generic relations ↵Tim Graham2015-10-022-1/+13
| | | | | | to child models. Fixed in 97774429aeb54df4c09895c07cd1b09e70201f7d.
* Fixed #25481 -- Added field.help_text to "Looping over a ↵John Moses2015-10-022-0/+4
| | | | form's fields" docs.
* Fixed link to the MySQL Connector/Python Django Backend ↵Nick Williams2015-10-021-1/+1
| | | | documentation.
* Fixed #25490 -- Made the logout() view send "no-cache" ↵Kaleb Elwert2015-10-023-0/+13
| | | | headers.
* Refs #13637 -- Removed unused code in ↵Tim Graham2015-10-021-7/+1
| | | | | | GenericRelatedObjectManager Appears unused since 585b7acaa359fc1df07269c1a4b4756bdb6703f7.
* Fixed #21042 -- Allowed accessing FileDescriptor on the ↵Tim Graham2015-10-012-6/+3
| | | | | | | model class. This is consistent with ability to reference other descriptors on the model class (5ef0c03ae9aca99289737ba6d88a371ad95cf432).
* 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 ↵David Sanders2015-09-301-3/+5
| | | | of a cascading delete.
* Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham2015-09-301-7/+5
|
* Fixed #25466 -- Added backwards compatibility aliases ↵Tim Graham2015-09-308-7/+62
| | | | | | for LoaderOrigin and StringOrigin. Thanks Simon Charette for the DeprecationInstanceCheck class.
* Improved "“standalone” Django usage" example.David Sanders2015-09-291-1/+3
|
* Fixed #25376 -- Required virtualenv in installation ↵Tim Graham2015-09-291-128/+19
| | | | | | instructions. Thanks Anjul Tyagi for some of the draft text.
* Refs #22384 -- Removed obsolete code for the removal of ↵Tim Graham2015-09-291-57/+19
| | | | reversing by dotted path.
* Refs #16860 -- Fixed password help text when there ↵Antoine Catton2015-09-282-1/+5
| | | | | | aren't any validators. This avoids creating an empty list which is invalid HTML 4.
* 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
| | | | with super(XXXAdmin in __init__().
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-274-5/+28
| | | | | Thanks Stavros Korokithakis for the report and Tim Graham for the review.
* 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
| | | | Thanks Tim Graham for the patch series review.
* 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
|