summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-08-18Added the ability for end users to register commands with management.py.Russell Keith-Magee
2007-08-18Renamed Cache to AppCache and cache_ready() to app_cache_ready() from [5919] ...Malcolm Tredinnick
2007-08-17Fixed 'django-admin.py syncdb' to take verbosity into account when loading in...Adrian Holovaty
2007-08-17Rewrote portions of the app- and model-cache initialisation to handle some co...Malcolm Tredinnick
2007-08-17Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...Russell Keith-Magee
2007-08-17Added fix for verbosity handling in loaddata and test commands.Russell Keith-Magee
2007-08-16Added 'django-admin.py testserver' command and docsAdrian Holovaty
2007-08-16Added shutdown_message to runserver command -- a hook for specifying a messag...Adrian Holovaty
2007-08-16Changed django.test.utils.create_test_db to return the name of the test datab...Adrian Holovaty
2007-08-16Removed some trailing space in commands/syncdb.pyAdrian Holovaty
2007-08-16Updated Oracle 'syncdb' call from [5906] to use the options that it previousl...Adrian Holovaty
2007-08-16Fixed bug in django.core.management.base.copy_helper, related to refactoring ...Adrian Holovaty
2007-08-16Fixed runtests.py failing on Oracle after django.core.management was Matt Boersma
2007-08-16Fixed #5182 -- Fixed missing 'import sys' in syncdb.py. Thanks, John ShafferAdrian Holovaty
2007-08-16Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee
2007-08-16Fixed #5179 -- Added missing kwargs to startapp command. Thanks for the repor...Russell Keith-Magee
2007-08-16Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. Tha...Russell Keith-Magee
2007-08-16Added a return value to the test frameworks TestSMTPConnection.send_messages,...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-08-15Fixed #5156 -- Added some translation calls to a couple of missed words. Base...Malcolm Tredinnick
2007-08-15Fixed #4880 -- Updated Spanish translation. Thanks, Mario Gonzalez.Malcolm Tredinnick
2007-08-14Fixed bug in [5885]Adrian Holovaty
2007-08-14Changed django.contrib.auth.views.login to use RequestSite if the sites frame...Adrian Holovaty
2007-08-14Made some negligible formatting changes to django/core/management.pyAdrian Holovaty
2007-08-14Removed 'LIMIT 1' from the [5882] change, as it's not supported by OracleAdrian Holovaty
2007-08-13Fixed #5030 -- Removed 'COUNT()' from Model.save() when determining whether a...Adrian Holovaty
2007-08-13Fixed #5141 -- Added Croation translation. Thanks, Aljosa Mohorovic.Malcolm Tredinnick
2007-08-12Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well...Malcolm Tredinnick
2007-08-12Fixed #5085 -- In generic views, set the default name for the slug field to '...Malcolm Tredinnick
2007-08-12Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have itMalcolm Tredinnick
2007-08-12Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...Malcolm Tredinnick
2007-08-12Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....Malcolm Tredinnick
2007-08-12Clarified the reasoning in a comment.Malcolm Tredinnick
2007-08-12Fixed #4933 -- Fixed a typo and reformatted a fairly long line in passing. Th...Malcolm Tredinnick
2007-08-12Fixed #4909 -- Fixed a race condition with middleware initialisation in multi...Malcolm Tredinnick
2007-08-12Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com.Malcolm Tredinnick
2007-08-12Fixed #5011 -- Fixed usage of ungettext in hasNoProfanities validator. Thanks...Adrian Holovaty
2007-08-12Fixed #5019 -- Fixed broken links in navigation of 'change password' admin pa...Adrian Holovaty
2007-08-12Fixed #5046 -- Added 'Unicode error hint' section to debug page in the case o...Adrian Holovaty
2007-08-12Fixed #5095 -- newforms now checks for EnvironmentError when importing settin...Adrian Holovaty
2007-08-12Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden...Malcolm Tredinnick
2007-08-12Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
2007-08-12Fixed #1984 -- Updated Italian translation from Nicola Larosa.Malcolm Tredinnick
2007-08-12Moved in_ directory to its correct location under localflavor. I committed it...Malcolm Tredinnick
2007-08-11Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mailMalcolm Tredinnick
2007-08-11Fixed #4902 -- Added Czech support to urlify.js. Thanks, Honza Král.Malcolm Tredinnick
2007-08-11Fixed #4827 -- Fixed a problem when converting Unicode table names to upper-c...Malcolm Tredinnick
2007-08-11Fixed #4414 -- Fixed Javascript message translation to also work when there i...Malcolm Tredinnick
2007-08-11Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app....Malcolm Tredinnick
2007-08-11Fixed #3986 -- Added Indian localflavor. Thanks, pradeep.gowda@gmail.com.Malcolm Tredinnick