summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17Updated examples in the docs after eade315d.Aymeric Augustin
2013-09-16Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-16Fixed test failures introduced in previous commit.Tim Graham
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-15Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-15Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-15Fixed a timing edge case in the RelatedFieldWidgetSeleniumFirefoxTests.Florian Apolloner
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-14Added tests for double-pickling a QuerySetAnssi Kääriäinen
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 #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-13Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6Tim Graham
2013-09-13Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.Tim Graham
2013-09-13Documentation -- added instructions on working with pull requestsKevin Christopher Henry
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-13Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-12Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-12Merge pull request #1622 from manfre/ticket-21099Claude Paroz
2013-09-12Fixed #21099 - Skip DistinctOnTests unless backend can_distinct_on_fieldsMichael Manfre
2013-09-12Fixed inspectdb test for spatialite >=4Claude Paroz
2013-09-12Add a test for the geo-enabled inspectdb commandClaude Paroz
2013-09-11Merge pull request #1618 from pcx/minor_typo_fixSimon Charette
2013-09-12Minor typo fix in django.contrib.auth.models.User docsPhaneendra Chiruvella
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-11Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-09-10Added 1.4.7/1.5.3 release notesTim Graham
2013-09-10Prevented arbitrary file inclusion with {% ssi %} tag and relative paths.Tim Graham
2013-09-10Merge pull request #1611 from thusoy/patch-1Alex Gaynor
2013-09-10Fix broken sphinx reference to staticfiles.Tarjei Husøy
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 test errors from 053de6131af83c63ec17d38578889c71de913d24 on py3.2.Florian Apolloner
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 test that fails when pytz is installed.Aymeric Augustin