summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-12-17Fixed #6197 -- Added (optional) formfield_callback argument to ModelForms.__n...Malcolm Tredinnick
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-12-17Fixed [6932] so that "django-admin.py help dumpdata" works again.Malcolm Tredinnick
2007-12-17Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (whichMalcolm Tredinnick
2007-12-17Fixed #6212 -- Give models.NullBooleanField the right default newforms field....Malcolm Tredinnick
2007-12-17Fixed #5044 -- Added Latvian character map for Javascript slug generation. P...Malcolm Tredinnick
2007-12-17Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessaryMalcolm Tredinnick
2007-12-17Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ...Malcolm Tredinnick
2007-12-17Fixed #5956 -- Added a better error description for non-ASCII HTTP headers. ...Malcolm Tredinnick
2007-12-17Fixed #5871 -- Factored out the validation errors in localflavor form fields....Malcolm Tredinnick
2007-12-17Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.Malcolm Tredinnick
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-12-17Generic relations should not try to drop their related table in "sqlreset".Malcolm Tredinnick
2007-12-13Changed ModelForms to allow inheritance as long as their model attributes are...Joseph Kocherhans
2007-12-13Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...Joseph Kocherhans
2007-12-11Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An...Gary Wilson Jr
2007-12-11Minor style fixes.Gary Wilson Jr
2007-12-11Fixed copy-and-paste view of error page to not indent the first line of insta...Gary Wilson Jr
2007-12-11Fixed imports to adhere to django coding style.Gary Wilson Jr
2007-12-11Fixed #6158 -- Display PYTHONPATH on the debug error page. Thanks, annacoder.Gary Wilson Jr
2007-12-11Fixed #6107 -- Updated Catalan translation from Marc Fargas.Malcolm Tredinnick
2007-12-11Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...Ian Kelly
2007-12-11Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on...Malcolm Tredinnick
2007-12-09Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the ...Malcolm Tredinnick
2007-12-09Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.Malcolm Tredinnick
2007-12-05Fixed #6132: note to self: when you add new template tags, you need to rememb...Jacob Kaplan-Moss
2007-12-05Fixed #6063 -- Caught one place in HttpResponse that was not returning a strMalcolm Tredinnick
2007-12-04Changed wording of post-to-dpaste link based on a suggestion from Mordy OvitsAdrian Holovaty
2007-12-04Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim...Jacob Kaplan-Moss
2007-12-04Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...Jacob Kaplan-Moss
2007-12-04Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...Jacob Kaplan-Moss
2007-12-04Added a test for [6889]Jacob Kaplan-Moss
2007-12-04Fixed #6082: file-based sessions now verify that SESSION_FILE_PATH is a valid...Jacob Kaplan-Moss
2007-12-04Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi anti...Jacob Kaplan-Moss
2007-12-04Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...Jacob Kaplan-Moss
2007-12-04Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on...Adrian Holovaty
2007-12-04Changed 'Send to DPaste' link (from [6820]) on debug page to wording that's m...Adrian Holovaty
2007-12-04Small docstring edit to change from [6745]Adrian Holovaty
2007-12-04Removed comma splices in max_length DeprecationWarning and elsewhere in the m...Adrian Holovaty
2007-12-04Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ...Adrian Holovaty
2007-12-04Cleaned up some docstrings and removed some unnecessary long-line breaking in...Adrian Holovaty
2007-12-03Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the urlizeMalcolm Tredinnick
2007-12-03Fixed #5523 -- Added counties and regions for the United Kingdom toMalcolm Tredinnick
2007-12-02Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the newMalcolm Tredinnick
2007-12-02Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@...Malcolm Tredinnick
2007-12-02Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick
2007-12-02Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks to N...Jacob Kaplan-Moss
2007-12-02Fixed #5362: markup tests no longer fail under SVN versions of docutils. Than...Jacob Kaplan-Moss
2007-12-02Fixed #5676 -- Added Mexican localflavor. Thanks, arien.Malcolm Tredinnick
2007-12-02Added PendingDeprecationWarmings for form_for_instance/form_for_model.Joseph Kocherhans