Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Made LiveServerTestCase example use StaticLiveServerTestC...Tim Graham2015-10-281-14/+13
* Added versionadded directive for GDALRaster.sridClaude Paroz2015-10-281-0/+2
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-283-0/+39
* Refs #25618 -- Forwardported 1.8.6 release note.Tim Graham2015-10-281-0/+3
* Added "Attributes set by application code" section to Htt...Tim Graham2015-10-281-18/+22
* Refs #25618 -- Removed detection of south migrations in l...Tim Graham2015-10-281-15/+1
* Moved around imports in PostGIS operationsClaude Paroz2015-10-271-5/+2
* Fixed #25609 -- Fixed regression in related field nested ...Ian Foote2015-10-272-1/+10
* Revert "Fixed #25417 -- Added a field check for invalid d...Simon Charette2015-10-274-89/+0
* Renamed filesizeformat tag's bytes variable to avoid clas...Sambhav Satija2015-10-271-16/+16
* Fixed #25441 -- Added support for negative filesize to fi...Sambhav Satija2015-10-272-0/+10
* Refs #17133 -- Optimized script_url handling in get_scrip...Claude Paroz2015-10-271-3/+4
* Updated my email address in AUTHORS.Chris Lamb2015-10-271-1/+1
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-277-30/+9
* Fixed #25596 -- Fixed regression in password change view ...Tim Graham2015-10-274-9/+7
* Fixed #25597 -- Fixed crash with SplitArrayField and Inte...Tim Graham2015-10-273-1/+9
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-2737-130/+194
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-2611-28/+28
* Fixed #25610 -- Reverted removal of request.current_app i...Marten Kenbeek2015-10-262-2/+25
* Added Django 1.10 to Python version support table.Tim Graham2015-10-261-3/+2
* Documented Python 3.5 support for Django 1.8.Tim Graham2015-10-263-5/+6
* Fixed typo in docs/ref/contrib/admin/index.txtTim Graham2015-10-261-2/+2
* Documented related model descriptor class renames.Tim Graham2015-10-261-0/+9
* Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne2015-10-251-2/+1
* Optimized docs images and documented the process.Curtis Maloney2015-10-2421-0/+15
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-245-8/+54
* Fixed #25583 -- Allowed calling `transform` with `CoordTr...Sergey Fedoseev2015-10-243-19/+32
* Fixed #25434 -- Documented HttpRequest.site and created a...Tim Graham2015-10-241-26/+36
* Renamed deprecated logger.warn to warningClaude Paroz2015-10-241-1/+1
* Fixed #25603 -- Made clear that geometry's SRID is meant ...Sergey Fedoseev2015-10-241-1/+1
* Cached model field_names in Python Deserializer.Andrey Kuzmin2015-10-231-1/+5
* Fixed #17133 -- Properly handled successive slashes in in...Claude Paroz2015-10-233-0/+33
* Fixed #25397 -- Documented class-based view context varia...Jacek Bzdak2015-10-233-6/+29
* Clarified that the test client response content attribute...薛丞宏2015-10-233-6/+6
* Refs #25589 -- Fixed admin_scripts test failure on Windows.Tim Graham2015-10-231-1/+1
* Added "subpath" to spelling wordlist.Tim Graham2015-10-221-0/+1
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-228-13/+13
* Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz2015-10-224-5/+39
* Refs #24622 -- Documented alternatives to some test respo...Benjamin Wohlwend2015-10-221-0/+17
* Fixed #25519 -- Made the admin "View site" link point to ...Dheerendra Rathor2015-10-224-2/+23
* Fixed #25589 -- Allowed startapp/project to create apps w...Yoong Kang Lim2015-10-222-11/+42
* Fixed #25584 -- Documented a pip error when installing Dj...Tim Graham2015-10-222-1/+25
* Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz2015-10-222-0/+10
* Revised Windows install instructions for Python 3.5.Tim Allen2015-10-221-38/+50
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME t...Mariusz Felisiak2015-10-223-12/+42
* Fixed #25585 -- Allowed setting OGRGeometry srid/srs attr...Sergey Fedoseev2015-10-222-1/+8
* Fixed #21894 -- Corrected a form.clean() example in case ...Tim Graham2015-10-211-10/+18
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-213-1/+19
* Fixed spelling of "unpicklable" in cache tests.Tim Graham2015-10-211-8/+7
* Fixed #25574 -- Documented {{ dict.items }} shadowing in ...Jacek Bzdak2015-10-212-0/+10