summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-09-13Fixed #5294 -- Updated Norwegian translation. Thanks, jonklo.Malcolm Tredinnick
2007-09-13Fixed #5282 -- Added missing string to Turkish translation. Thanks, Evren Esa...Malcolm Tredinnick
2007-09-13Fixed #5279 -- Added Khmer translation. Thanks, Sengtha Chay!Malcolm Tredinnick
2007-09-13Fixed #5269 -- Updated Japanese translation. Thanks, Makoto Tsuyuki.Malcolm Tredinnick
2007-09-13Fixed #5220 -- Updated Hungarian translation from Szilveszter Farkas.Malcolm Tredinnick
2007-09-13Fixed #5197 -- Updated Spanish translation from Mario Gonzalez.Malcolm Tredinnick
2007-09-13Fixed #4166 -- Updated Greek translation. Thanks, Dimitris Glezos.Malcolm Tredinnick
2007-09-13Fixed #3943 -- Fixed some typos in the Korean translation. Thanks, lurker86@g...Malcolm Tredinnick
2007-09-13Fixed #5410 -- Added a __unicode__() method to RequestSite. Thanks, bosAdrian Holovaty
2007-09-13Fixed #5395 -- Changed URL of all language codes in project_template/settings...Adrian Holovaty
2007-09-11Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...Russell Keith-Magee
2007-09-11Fixed #5318 -- Added __contains__ method to HttpRequest, mirroring existing h...Russell Keith-Magee
2007-09-11Fixed #4478 -- Added a catch for an error thrown by PIL when attempting to va...Russell Keith-Magee
2007-09-11Got runserver auto-reloading working again by removing what appeared to be de...Adrian Holovaty
2007-09-11Restored 'django-admin.py --help'Adrian Holovaty
2007-09-11Updated runfcgi management command to include 'subcommand' argument to usage()Adrian Holovaty
2007-09-11Refactored some small parts of core.management -- ManagementUtility.execute()...Adrian Holovaty
2007-09-11Changed core.management print_help() methods to accept a prog_name argument i...Adrian Holovaty
2007-09-11Renamed 'args' variables in django.core.management to 'argv' to be more clear...Adrian Holovaty
2007-09-10Removed code that was recasting major errors found during application import....Russell Keith-Magee
2007-09-10Renamed a variable in ManagementUtility.execute() for clarityAdrian Holovaty
2007-09-10Fixed #5375 -- Added base command options to the options registered against d...Russell Keith-Magee
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-09-08Fixed imports to adhere to PEP 8 and stripped trailing whitespace.Gary Wilson Jr
2007-09-08Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...Gary Wilson Jr
2007-09-08Fixed imports to adhere to PEP 8 and stripped trailing whitespace.Gary Wilson Jr
2007-09-08Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len...Gary Wilson Jr
2007-09-07Changed imports to adhere to PEP 8.Gary Wilson Jr
2007-09-07Fixed #3134 -- Made the `archive_year` generic view consistent with the other...Gary Wilson Jr
2007-09-05Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin...Russell Keith-Magee
2007-09-04Fixed #5212, #5222 -- Added the ability for users to register their own comma...Russell Keith-Magee
2007-09-04Cleaned up some imports.Gary Wilson Jr
2007-09-03Removed some duplication in the Django `TestCase` methods by introducing a `t...Gary Wilson Jr
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-09-03Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' ...Adrian Holovaty
2007-09-02Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul BxAdrian Holovaty
2007-09-02Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod....Adrian Holovaty
2007-09-02Fixed #5319 -- Changed terminal colors in django.core.management.colors not t...Adrian Holovaty
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-31Fixed #5307 -- startproject/startapp now makes sure all files it creates are ...Adrian Holovaty
2007-08-28Fixed #4457 -- Corrected the handling of exceptions in the test client when t...Russell Keith-Magee
2007-08-27Changed 'validate' and 'runserver' management commands to display the number ...Adrian Holovaty
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...Gary Wilson Jr
2007-08-25Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ...Adrian Holovaty
2007-08-25Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...Adrian Holovaty
2007-08-25Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT versio...Adrian Holovaty
2007-08-25Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT...Adrian Holovaty
2007-08-25Fixed #5227 -- Made the redirect security check in django.contrib.auth.views....Adrian Holovaty
2007-08-25Fixed #5255 -- It's now possible again to use Django without a database. This...Adrian Holovaty
2007-08-25Fixed #5224 -- Corrected name of admin media option in management runserver c...Russell Keith-Magee