summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-08-27Fixed #25280 -- Properly checked regex objects for equality to prevent infini...Markus Holtermann
2015-08-26Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.Jeremy Satterfield
2015-08-25Fixed #14217 -- Added validation for field name collision when using model in...sarthakmeh
2015-08-25Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle
2015-08-22Tweak some examples.Aymeric Augustin
2015-08-22Fixed #25300 -- Added unit tests for BoundField.id_for_labelMaxime Lorant
2015-08-20Fixed typo in tests/migrations/test_autodetector.py.Tim Graham
2015-08-20Added a test to ensure empty sessions are saved.Tim Graham
2015-08-20Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham
2015-08-19Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen
2015-08-19Fixed #25285 -- Provided unknown command message with plain django-admin.pyClaude Paroz
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-08-18Added two more tests for user-entered passwords when creating a superuser.David Gibbons
2015-08-18Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-18Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann
2015-08-17Refs #23266 -- Fixed ticket number reference in a queries test.Tim Graham
2015-08-15Refs #21554 -- Added some assertions to a model_inheritance_regress test.Richard Mitchell
2015-08-15Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede
2015-08-15Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova
2015-08-15Fixed #25064 -- Allowed empty join columns.Alex Hill
2015-08-14Refs #23843 -- Updated Oracle annotations workaround to reflect latest status.Tim Graham
2015-08-14Moved foreign_object models.py into a module.Tim Graham
2015-08-14Fixed #25239 -- Corrected makemigrations numbering if a migration has a numbe...Caio Ariede
2015-08-13Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina
2015-08-12Fixed #25172 -- Fixed check framework to work with multiple databases.Ion Scerbatiuc
2015-08-12Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-08-11Fixed #25163 -- Fixed exception handling in nested test client requests.pscottdevos
2015-08-10Removed deprecated GeoManager from inspectdb/ogrinspect output.Tim Graham
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-08-08Used skipUnlessDBFeature where appropriate.Simon Charette
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-07Fixed #25231 -- Added recording of squashed migrations in the migrate command.mlavin
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-07Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...Tim Graham
2015-08-06Refs #14476 -- Added a test for default annotation name access in aggregate.Tim Graham
2015-08-05Fixed #25226 -- Set the model attribute on ArrayField's base_fieldIon Scerbatiuc
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-08-04Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt
2015-08-04Fixed #25209 -- Removed parallel=True coverage optionPeter Schmidt
2015-08-04Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.Caio Ariede
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney
2015-08-03Removed unused Field.get_flatchoices() method.Tim Graham
2015-08-03Fixed #25206 -- Fixed error message when checking a ModelAdmin fieldset's fie...Alasdair Nicol
2015-08-03Added test for ForeignObject.get_extra_descriptor_filter()Alex Hill
2015-08-02Fixed flake8 warning.Tim Graham