summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-03-25Fixed #24215 -- Refactored lazy model operationsAlex Hill
2015-03-25Fixed #24441 -- Changed get_image_dimensions() return value for broken imagesRaúl Cumplido
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-25Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen
2015-03-24Refs #18586 -- Split up tests.m2m_through_regressMichael Blatherwick
2015-03-24Fixed #24483 -- Prevented keepdb from breaking with generator choices.David Szotten
2015-03-24Removed getLogger alias in django.utils.log.Tim Graham
2015-03-23Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz
2015-03-23Fixed #24521 -- Added support for serializing frozensets in migrations.Baptiste Mispelon
2015-03-23Fixed #23697 -- Improved ForeignObject.get_lookup_constraint() error message.Michael Blatherwick
2015-03-23Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier
2015-03-23Added test for LogEntry.get_edited_object(); refs #24244.Varun Sharma
2015-03-23Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.Bas Peschier
2015-03-22Switched to use assertEqual instead of assertEquals.Berker Peksag
2015-03-22Refs #18586 -- Split up tests/m2m_signalsAlain IVARS
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-22Fixed #24508 -- Made annotations commutativeJosh Smeaton
2015-03-21Revert "Removed unneeded app_label definitions in gis_tests"Claude Paroz
2015-03-21Removed unneeded app_label definitions in gis_testsClaude Paroz
2015-03-21Fixed #24479 -- Added system check to prevent both ordering and order_wrt.Jon Dufresne
2015-03-21Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz
2015-03-20Fixed #24490 -- Set LogEntry.change_message when adding an object.Karl Hobley
2015-03-20Removed unused imports.Tim Graham
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
2015-03-20Adapted sendtestemail to be more argparse-ishClaude Paroz
2015-03-20Fixed gis test failures when numpy isn't installed.Daniel Wiesmann
2015-03-20Removed unused import.Tim Graham
2015-03-20Used testing domain names in mail tests per rfc2606.Tim Graham
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-03-20Fixed #24285 -- Made for_user argument optional for {% get_admin_log %} tagYair Chuchem
2015-03-19Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent
2015-03-18Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-03-18Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz
2015-03-18Refs #24483 -- Added a test for deconstruction of Field.choicesTim Graham
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-18Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier
2015-03-18Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...Moritz Sichert
2015-03-17Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-03-17Fixed #24486 -- Fixed error with datetime and DurationField arithmeticJosh Smeaton
2015-03-17Fixed #15579 -- Added ability to delete only child models in multi-table inhe...Andriy Sokolovskiy
2015-03-17Made SRID a required parameter for GDALRaster instantiation; refs #23804.Daniel Wiesmann
2015-03-16Added write support for GDALRasterDaniel Wiesmann
2015-03-16Fixed #24427 -- Stopped writing migration files in dry run mode when merging.John Giannelos
2015-03-16Fixed #24488 -- Made create_default_site() use default pk of 1.Marten Kenbeek
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-03-16Fixed #23926 -- Improved validation error for custom permissions that are too...Joeri Bekker
2015-03-16Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner