Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* 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-191-5/+1
* 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-181-4/+7
* Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton2015-10-171-6/+9
* Fixed #25346 -- Allowed collectstatic to delete broken sy...Yusuke Miyazaki2015-10-171-1/+6
* 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-162-2/+2
* Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton2015-10-141-1/+1
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-5/+5
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-131-6/+19
* 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-122-11/+5
* Fixed #23076, #25505 -- Fixed deletion of intermediate pr...Simon Charette2015-10-121-1/+1
* 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-123-5/+12
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-102-3/+5
* Pluralized translatable strings in password_validation.pyClaude Paroz2015-10-102-15/+29
* Simplified translatable string in admindocs templateClaude Paroz2015-10-102-10/+9
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models wi...Tim Graham2015-10-091-0/+3
* Refs #25499 -- Fixed expressions in distance lookups on O...Claude Paroz2015-10-091-1/+1
* Updated translation catalogsClaude Paroz2015-10-099-462/+547
* Fixed #14368 -- Allowed setting a reverse OneToOne relati...Tim Graham2015-10-091-18/+28
* Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann2015-10-091-2/+2
* Fixed #25499 -- Added the ability to pass an expression i...Claude Paroz2015-10-094-28/+45
* Fixed #25525 -- Added instructions about importing includ...Baptiste Mispelon2015-10-071-1/+2
* Fixed #25503 -- Fixed system check crash on ForeignKey to...Mariusz Felisiak2015-10-071-1/+4
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-061-1/+1
* Refs #12118 -- Allowed "mode=memory" in SQLite test datab...Riccardo Magliocchetti2015-10-061-3/+5
* Fixed #25496 -- Made ModelChoiceField respect prefetch_re...Tim Graham2015-10-061-1/+3
* Fixed #25423 -- Made error message for unknown template t...Pindi Albert2015-10-051-2/+7
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-053-4/+15
* 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-051-0/+7
* Removed obsolete (since Python 2.3) __safe_for_unpickling...Tim Graham2015-10-052-6/+0
* Fixed #25389 -- Fixed pickling a SimpleLazyObject wrappin...Ben Kraft2015-10-031-25/+31
* Fixed #22938 -- Allowed clearsessions to remove file-base...Aleksandra Tarkowska2015-10-031-3/+10
* Fixed #25483 -- Allowed passing non-string arguments to c...Claude Paroz2015-10-031-1/+2
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-032-3/+3
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-021-0/+1
* Refs #13637 -- Removed unused code in GenericRelatedObjec...Tim Graham2015-10-021-7/+1
* Fixed #21042 -- Allowed accessing FileDescriptor on the m...Tim Graham2015-10-011-3/+1
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-304-2/+32
* 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-281-1/+1
* Moved and updated Python license.Tim Graham2015-09-282-256/+1
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-0/+3
* Used getattr() to simplify contrib.messages.api.Curtis Maloney2015-09-271-2/+2
* Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak2015-09-271-17/+35
* Used ternary operator to simplify contrib.messages.api.GhostThrone2015-09-251-8/+2