summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-03Removed trailing whitespace.Gary Wilson Jr
2008-08-03Removed "forms and validation" link reference that is not used since [5818].Gary Wilson Jr
2008-08-03Removed unused warnings import that should have been removed in [8191], refs ...Gary Wilson Jr
2008-08-03Added tests for accessing nullable ForeignKey after saving and fetching from ...Gary Wilson Jr
2008-08-03Removed notes about legacy Paginator object in the generic view docs (refs #7...Gary Wilson Jr
2008-08-03Used definition lists to be consistent with other docs. Also used 3rd-level ...Gary Wilson Jr
2008-08-03Fixed #7781 -- Documented the `per_page` argument/attribute for `Paginator` o...Gary Wilson Jr
2008-08-02Removed some unused and duplicated imports.Gary Wilson Jr
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-08-02Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.p...Gary Wilson Jr
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-08-02Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p...Gary Wilson Jr
2008-08-02Removed two-year-old note about testing framework being under development.Gary Wilson Jr
2008-08-02Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH...Brian Rosner
2008-08-01Added a missing import from [8186].Brian Rosner
2008-08-01Pass the correct data as the second parameter to find_module to correct admin...Brian Rosner
2008-08-01Fixed #8070 -- Cache related objects passed to Model init as keyword argument...Gary Wilson Jr
2008-08-01Reverted [8182]. Accidently committed from the wrong branch.Brian Rosner
2008-08-01Reverted [8174]. It is causing some serious breakage right now. Need to inves...Brian Rosner
2008-08-01Initial admin template docs. Needs more work.Brian Rosner
2008-08-01Fixed #3912 - Added simple type checking to template.Context.update() to help...Luke Plant
2008-08-01Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...Luke Plant
2008-08-01Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...Brian Rosner
2008-08-01Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted...Brian Rosner
2008-08-01Fixed #5631 -- When fieldsets contains a field that is on the same line, it i...Brian Rosner
2008-08-01Clarified the raw_id_fields documentation and added it to InlineModelAdmin op...Brian Rosner
2008-08-01Fixed #7983 -- Added fields to the ModelAdmin section in the admin documentat...Brian Rosner
2008-08-01Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast...Brian Rosner
2008-08-01Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...Brian Rosner
2008-08-01Changed some URL conf regexes to rawstrings for consistencyLuke Plant
2008-08-01Added a login link to the password reset completion screen.Luke Plant
2008-08-01Fixed #2175: Added tests for models with multiple GenericForeignKeysLuke Plant
2008-08-01Fixed #8030 - use super() in BaseModelFormLuke Plant
2008-08-01Updated German localeJannis Leidel
2008-08-01Clarify the m2m intermediary docs a bit.James Bennett
2008-08-01Fixed #8059 -- Added additional clarification to the ordering of Memberships ...Russell Keith-Magee
2008-08-01Modified inline handling to allow for an inline formset to be displayed when ...Russell Keith-Magee
2008-07-31Closes #8019, Updated Serbian translation; Thanks Nebojsa Djordjevic.Marc Fargas
2008-07-31Closes #7991, Updated Dutch translation; thanks Rudolph FrogerMarc Fargas
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-31Corrected a typo in [8158]. Thanks to Matthias Kestenholz <mk@spinlock.ch> fo...Russell Keith-Magee
2008-07-31Fixed #7978 -- Modified the contrib.sites tests to guarantee the initial cond...Russell Keith-Magee
2008-07-31Fixed #8042 -- Modified the password reset form so that the email field lengt...Russell Keith-Magee
2008-07-31Refs #8047 -- Removed some CPython specific parts of the admin scripts tests.Russell Keith-Magee
2008-07-31Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks...Russell Keith-Magee
2008-07-30Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants fromMalcolm Tredinnick
2008-07-30Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the l...Russell Keith-Magee
2008-07-30Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...Russell Keith-Magee
2008-07-30Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.Russell Keith-Magee
2008-07-30Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...Russell Keith-Magee