summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-09-22Fixed a mistake in my previous commit.Aymeric Augustin
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-09-21Ensured that BoundField.as_widget always returns properly localized fields.Florian Apolloner
2013-09-20Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling
2013-09-19Merge pull request #1644 from PaulMcMillan/bump_hash_iterationsPaul McMillan
2013-09-19Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor
2013-09-19Increase default PBKDF2 iterationsPaul McMillan
2013-09-19Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFileKevin Christopher Henry
2013-09-19Fixed #21125 -- Removed support for cache URI syntaxCurtis Maloney
2013-09-19Fixed #7557 -- Added type checking to Variable initialization.Tim Graham
2013-09-19Fixed typo in exception message; refs #19414Tim Graham
2013-09-18Fixed #19414 -- Added admin registration decoratorBrian Holdefehr
2013-09-18Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDictTim Graham
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-18Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.Tim Graham
2013-09-18Fixed #12568 -- no error when accessing custom field's descriptorAnssi Kääriäinen
2013-09-17Fixed #21115 -- Fixed NameError in migrate --list commandMarkus Holtermann
2013-09-17Destroy selenium before live server threads.Florian Apolloner
2013-09-17Fixed #21114 -- Migrations must not have a dependency to themselves.Markus Holtermann
2013-09-17Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-17Added Arabic mapping to contrib/admin/static/admin/js/urlify.jsBeshr Kayali
2013-09-17Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.Simon Charette
2013-09-17Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-09-16Added backwards compatability shims for util modules.Tim Graham
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-15Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-14Fixed error handling in 3c5775d36f7e431d9691829a78580873111cb714 for non-oper...Florian Apolloner
2013-09-14Delayed initialization of Selenium webdrivers.Florian Apolloner
2013-09-14REmoved some unused importsAlex Gaynor
2013-09-14Merge branch 'master' of https://github.com/django/djangoAlex Gaynor
2013-09-14Removed an import * that was masking importing stuff from the wrong locationAlex Gaynor
2013-09-14Fixed #20950 -- Instantiate OrderedDict() only when neededAnssi Kääriäinen
2013-09-14Revert "Fixed #12288 -- Validated that app names in INSTALLED_APPS are unique"Tim Graham
2013-09-14Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre
2013-09-13Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.Juan Catalano
2013-09-13Fixed #12288 -- Validated that app names in INSTALLED_APPS are uniquee0ne
2013-09-13Fixed #20844 -- Made AdminEmailHandler respect LOGGING 'formatter' setting.Daniel Sokolowski
2013-09-12Fixed inspectdb test for spatialite >=4Claude Paroz
2013-09-12Add a test for the geo-enabled inspectdb commandClaude Paroz
2013-09-11Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb.Michael Manfre
2013-09-11Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ...Baptiste Mispelon
2013-09-11Fixed #21056 -- AdminSite.app_index no longer blindly accepts any app-labelis...Keryn Knight
2013-09-10Prevented arbitrary file inclusion with {% ssi %} tag and relative paths.Tim Graham
2013-09-10Improved deprecation warning for change in form boolean values.Tim Graham
2013-09-10Fixed #19298 -- Added MultiValueField.__deepcopy__Tim Graham
2013-09-10Fixed #5749 -- Added field_name as a key in the _html_output dicte0ne
2013-09-10Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-10Made MigrationWriter look for a "deconstruct" attribute on functions.Loic Bistuer