Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed duplicated entry from AUTHORS.Sergey Fedoseev2015-10-211-1/+0
* Fixed #25576 -- Added IOBase methods required by TextIOWr...Jon Dufresne2015-10-214-0/+34
* Fixed #25586 -- Fixed possible table cell misalignment in...Daniel Hahler2015-10-211-1/+2
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-217-10/+11
* Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev2015-10-212-1/+5
* Fixed #25501 -- Made the file-based cache backend use the...Andrew Artajos2015-10-203-3/+12
* Fixed quad quoted ("""") docstring starts.John Vandenberg2015-10-202-2/+2
* Removed "how to release Django" steps for 1.4 (no longer ...Tim Graham2015-10-201-7/+1
* Fixed #25562 -- Skipped a time dependent admin_filters te...Tim Graham2015-10-201-0/+7
* Moved an inner function in db.migrations.state to avoid r...Simon Charette2015-10-201-20/+24
* Refs #18012 -- Accounted for reverse proxy relations in m...Simon Charette2015-10-202-4/+22
* Fixed #25563 -- Cached deferred models in their proxied m...Simon Charette2015-10-203-4/+30
* Fixed #25566 -- Added title to admin's closing popup resp...Ville Skyttä2015-10-191-2/+2
* Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Me...Claude Paroz2015-10-192-531/+7
* Fixed #25565 -- Removed action="" from admin forms (inval...Ville Skyttä2015-10-197-7/+7
* Fixed #25510 -- Allowed runserver to start with incorrect...Aymeric Augustin2015-10-182-4/+11
* Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton2015-10-173-7/+26
* Fixed #25346 -- Allowed collectstatic to delete broken sy...Yusuke Miyazaki2015-10-172-3/+18
* Fixed #25558 -- Fixed nondeterministic test failure on Wi...Brian Gianforcaro2015-10-171-1/+1
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-163-2/+3
* Used SchemaEditor.delete_model() for teardown in schema t...Tim Graham2015-10-161-33/+27
* Forwardported 1.8.6 release note.Tim Graham2015-10-141-0/+4
* Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton2015-10-143-1/+15
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-144-41/+33
* Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev2015-10-141-3/+3
* Fixed typo in docs/ref/models/relations.txt.Tim Graham2015-10-131-1/+1
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-133-9/+159
* Added precision about GeoJSON field outputsClaude Paroz2015-10-122-2/+6
* Refs #18012 -- Removed the now unused proxied_children mo...Simon Charette2015-10-122-2/+0
* Refs #18012 -- Made proxy and concrete model reverse fiel...Simon Charette2015-10-126-14/+113
* Fixed #23076, #25505 -- Fixed deletion of intermediate pr...Simon Charette2015-10-123-2/+15
* Refs #18012 -- Removed special casing for proxy models de...Simon Charette2015-10-121-10/+1
* Fixed #18012 -- Propagated reverse foreign keys from prox...Simon Charette2015-10-128-14/+36
* Updated stale links.Idan Gazit2015-10-121-6/+2
* Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere...Claude Paroz2015-10-111-17/+18
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-107-13/+31
* Pluralized translatable strings in password_validation.pyClaude Paroz2015-10-102-15/+29
* Simplified translatable string in admindocs templateClaude Paroz2015-10-102-10/+9
* Fixed typo in docs/releases/1.10.txt.Tim Graham2015-10-101-1/+1
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models wi...Tim Graham2015-10-093-2/+13
* Refs #25499 -- Fixed expressions in distance lookups on O...Claude Paroz2015-10-091-1/+1
* Updated translation catalogsClaude Paroz2015-10-099-462/+547
* Updated manage_translations scriptClaude Paroz2015-10-091-5/+2
* Fixed #14368 -- Allowed setting a reverse OneToOne relati...Tim Graham2015-10-092-18/+44
* Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann2015-10-092-2/+23
* Fixed #25499 -- Added the ability to pass an expression i...Claude Paroz2015-10-098-33/+84
* Refs #19722 -- Added a test for querying generic relation...Tim Graham2015-10-082-2/+15
* Refs #25527 -- Removed redundant doc heading link that le...Tim Graham2015-10-081-2/+2
* Fixed #25525 -- Added instructions about importing includ...Baptiste Mispelon2015-10-071-1/+2
* Refs #17917 -- Added a test for pickling annotations on f...Tim Graham2015-10-071-0/+6