Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-161-0/+1
* Used SchemaEditor.delete_model() for teardown in schema t...Tim Graham2015-10-161-33/+27
* Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton2015-10-141-0/+12
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-142-34/+25
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-132-3/+140
* Refs #18012 -- Made proxy and concrete model reverse fiel...Simon Charette2015-10-123-3/+99
* Fixed #23076, #25505 -- Fixed deletion of intermediate pr...Simon Charette2015-10-122-1/+14
* Fixed #18012 -- Propagated reverse foreign keys from prox...Simon Charette2015-10-124-8/+19
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-104-10/+9
* Fixed #22705 -- Fixed QuerySet.bulk_create() on models wi...Tim Graham2015-10-092-2/+10
* Fixed #14368 -- Allowed setting a reverse OneToOne relati...Tim Graham2015-10-091-0/+16
* Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann2015-10-091-0/+21
* Fixed #25499 -- Added the ability to pass an expression i...Claude Paroz2015-10-092-1/+28
* Refs #19722 -- Added a test for querying generic relation...Tim Graham2015-10-082-2/+15
* Refs #17917 -- Added a test for pickling annotations on f...Tim Graham2015-10-071-0/+6
* Fixed #25503 -- Fixed system check crash on ForeignKey to...Mariusz Felisiak2015-10-071-26/+30
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-063-8/+11
* Refs #12118 -- Allowed "mode=memory" in SQLite test datab...Riccardo Magliocchetti2015-10-061-0/+24
* Fixed #25496 -- Made ModelChoiceField respect prefetch_re...Tim Graham2015-10-061-0/+23
* Fixed #25423 -- Made error message for unknown template t...Pindi Albert2015-10-051-5/+12
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-051-1/+6
* Fixed #25037 -- Added request.user to the debug view.John Moses2015-10-051-0/+12
* Fixed #25389 -- Fixed pickling a SimpleLazyObject wrappin...Ben Kraft2015-10-032-0/+96
* Fixed #22938 -- Allowed clearsessions to remove file-base...Aleksandra Tarkowska2015-10-031-4/+14
* Fixed #25483 -- Allowed passing non-string arguments to c...Claude Paroz2015-10-032-0/+11
* Refs #15844 -- Added tests for multi-table inheritance re...Tim Graham2015-10-031-0/+19
* Refs #13203, #9501 -- Added a test for generic relations ...Tim Graham2015-10-022-1/+13
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-021-0/+8
* Fixed #21042 -- Allowed accessing FileDescriptor on the m...Tim Graham2015-10-011-3/+2
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-302-4/+19
* Refs #16860 -- Fixed password help text when there aren't...Antoine Catton2015-09-281-0/+4
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-1/+16
* 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
* Separated XML serialization testsClaude Paroz2015-09-263-114/+119
* Separated YAML serialization testsClaude Paroz2015-09-263-177/+181
* Removed redundancy in admin_changelist tests.Tim Graham2015-09-251-115/+58
* Fixed #25457 -- Improved formatting of password validatio...Tzu-ping Chung2015-09-251-1/+1
* Increased the default PBKDF2 iterations for the 1.10 rele...Tim Graham2015-09-241-3/+3
* Removed RemovedInDjango110Warning.Tim Graham2015-09-242-6/+4
* Refs #23913 -- Removed support for a single equals sign i...Tim Graham2015-09-241-44/+6
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-241-13/+2
* Refs #22804 -- Made an unsafe value of 'sep' in Signer an...Tim Graham2015-09-241-6/+2
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-243-38/+2
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-246-73/+7
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-245-55/+0
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-247-60/+7