Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a test to ensure empty sessions are saved.Tim Graham2015-08-201-0/+39
|
* Fixed #24951 -- Fixed AssertionError in delete queries ↵Tim Graham2015-08-202-2/+10
| | | | | | involving a foreign/primary key. Thanks Anssi Kääriäinen for help.
* Refs #12400 -- Added ↵Jani Tiainen2015-08-201-1/+1
| | | | supports_geometry_field_unique_index GIS db feature.
* Fixed #25285 -- Provided unknown command message with ↵Claude Paroz2015-08-191-6/+12
| | | | | | | plain django-admin.py Thanks Maxime Lorant for the report and Tim Graham for suggesting the improved comment.
* Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham2015-08-193-20/+26
| | | | | The test is a regression for refs #4740 to show that the original fix of GEOSIndexError is no longer needed.
* Added two more tests for user-entered passwords when ↵David Gibbons2015-08-181-0/+66
| | | | creating a superuser.
* Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-181-0/+17
| | | | | | Thanks Florian Apolloner and Carl Meyer for review. This is a security fix.
* Fixed #24755 -- Hid operations from dependency apps when ↵Markus Holtermann2015-08-186-0/+104
| | | | | | merging migrations Thanks Carl Meyer for the report and Tim Graham for the review.
* Refs #23266 -- Fixed ticket number reference in a ↵Tim Graham2015-08-171-1/+2
| | | | queries test.
* Refs #21554 -- Added some assertions to a ↵Richard Mitchell2015-08-161-1/+4
| | | | model_inheritance_regress test.
* Fixed #25180 -- Prevented varchar_patterns_ops and ↵Caio Ariede2015-08-153-0/+53
| | | | text_patterns_ops indexes for ArrayField.
* Fixed #24986 -- Added support for annotations in ↵Valentina Mukhamedzhanova2015-08-151-1/+36
| | | | DISTINCT queries.
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-153-1/+149
|
* Refs #23843 -- Updated Oracle annotations workaround to ↵Tim Graham2015-08-141-15/+8
| | | | reflect latest status.
* Moved foreign_object models.py into a module.Tim Graham2015-08-145-113/+137
|
* Fixed #25239 -- Corrected makemigrations numbering if a ↵Caio Ariede2015-08-143-0/+25
| | | | migration has a number-only filename.
* Fixed #25267 -- Corrected message for admin.E122 system ↵Fabrizio Ettore Messina2015-08-131-0/+16
| | | | check.
* Fixed #25172 -- Fixed check framework to work with ↵Ion Scerbatiuc2015-08-133-22/+64
| | | | multiple databases.
* Fixed #25254 -- Added JsonResponse json_dumps_params ↵Sambhav Satija2015-08-121-0/+4
| | | | parameter.
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-1216-211/+321
| | | | | | | | | | | | | | | Refactored tests to use a sample project. Updated extraction: * Removed special handling of single percent signs. * When extracting messages from template text, doubled all percent signs so they are not interpreted by gettext as string format flags. All strings extracted by gettext, if containing a percent sign, will now be labeled "#, python-format". Updated translation: * Used "%%" for "%" in template text before calling gettext. * Updated {% trans %} rendering to restore "%" from "%%".
* Fixed #25163 -- Fixed exception handling in nested test ↵pscottdevos2015-08-113-0/+20
| | | | client requests.
* Removed deprecated GeoManager from inspectdb/ogrinspect ↵Tim Graham2015-08-101-7/+2
| | | | | | output. refs ea27e26b0907e74ab8d6c46a9694775a310fdc67
* Fixed #25160 -- Moved unsaved model instance data loss ↵Tim Graham2015-08-106-123/+48
| | | | | | | | | check to Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review.
* Used skipUnlessDBFeature where appropriate.Simon Charette2015-08-083-19/+20
|
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-082-5/+5
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-12/+12
|
* Fixed #25231 -- Added recording of squashed migrations ↵mlavin2015-08-071-0/+46
| | | | | | | | in the migrate command. Ensured squashed migrations are recorded as applied when the migrate command is run and all of the original migrations have been previously applied.
* Fixed #25233 -- Fixed HStoreField.has_changed() handling ↵Tim Graham2015-08-071-0/+6
| | | | | | of initial values. Thanks Simon Charette for review.
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ↵Caio Ariede2015-08-073-6/+6
| | | | backend to postgresql.
* Fixed #25241 -- Corrected ModelForm.save() error message ↵Tim Graham2015-08-073-1/+36
| | | | when saving invalid form with UUIDField pk.
* Refs #14476 -- Added a test for default annotation name ↵Tim Graham2015-08-061-0/+5
| | | | | | access in aggregate. Fixed in f59fd15c4928caf3dfcbd50f6ab47be409a43b01
* Fixed #25226 -- Set the model attribute on ArrayField's ↵Ion Scerbatiuc2015-08-051-0/+6
| | | | base_field
* Fixed #22404 -- Added a view that exposes i18n catalog ↵Sergey Kolosov2015-08-052-0/+30
| | | | | | | | as a JSON Added django.views.i18n.json_catalog() view, which returns a JSON response containing translations, formats, and a plural expression for the specified language.
* Fixed #25211 -- Added HttpRequest.get_port() and ↵Matt Robenolt2015-08-041-0/+32
| | | | USE_X_FORWARDED_PORT setting.
* Fixed #25209 -- Removed parallel=True coverage optionPeter Schmidt2015-08-041-1/+0
|
* Fixed #25191 -- Added string diff to ↵Caio Ariede2015-08-041-0/+13
| | | | SimpleTestCase.assertXMLEqual() message.
* Fixed #25215 -- Solved reference to forms.HStoreField in ↵Curtis Maloney2015-08-041-2/+11
| | | | | | declaration of HStoreField Correct test which was using the model field in a test form.
* Removed unused Field.get_flatchoices() method.Tim Graham2015-08-031-2/+2
| | | | | | Unused since c2ba59fc1da5287d6286e2c2aca4083d5bafe056 (Django 1.0). Thanks Andy Baker for the report.
* Fixed #25206 -- Fixed error message when checking a ↵Alasdair Nicol2015-08-031-4/+4
| | | | ModelAdmin fieldset's fields.
* Added test for ForeignObject.get_extra_descriptor_filter()Alex Hill2015-08-032-1/+4
|
* Fixed flake8 warning.Tim Graham2015-08-031-0/+1
|
* Fixed #25089 -- Added password validation to ↵Alex Becker2015-08-021-2/+56
| | | | createsuperuser/changepassword.
* Fixed #25146 -- Allowed method_decorator() to decorate ↵Rigel Di Scala2015-08-011-1/+50
| | | | classes.
* Fixed #25204 -- Added missing space in runserver logging.Tim Graham2015-08-011-0/+10
|
* Refs #25176 -- Fixed typo in tests/test_utils/tests.pyTim Graham2015-08-011-1/+1
|
* Fixed #25176 -- Prevented TestCase.setUpTestData() ↵Adam Chainz2015-08-011-0/+33
| | | | exception from leaking transaction.
* Removed usage of selenium's deprecated ↵Tim Graham2015-07-311-2/+2
| | | | switch_to_window() method.
* Fixed #24720 -- Avoided resolving URLs that don't end in ↵Jay Cox2015-07-312-18/+44
| | | | | | a slash twice in CommonMiddleware. This speeds up affected requests by about 5%.
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-311-0/+13
|
* Fixed #25184 -- Added support for MaxMind GeoLite2 ↵Flavio Curella2015-07-312-0/+140
| | | | database format