index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-08-01
Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted...
Brian Rosner
2008-08-01
Fixed #5631 -- When fieldsets contains a field that is on the same line, it i...
Brian Rosner
2008-08-01
Clarified the raw_id_fields documentation and added it to InlineModelAdmin op...
Brian Rosner
2008-08-01
Fixed #7983 -- Added fields to the ModelAdmin section in the admin documentat...
Brian Rosner
2008-08-01
Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast...
Brian Rosner
2008-08-01
Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...
Brian Rosner
2008-08-01
Changed some URL conf regexes to rawstrings for consistency
Luke Plant
2008-08-01
Added a login link to the password reset completion screen.
Luke Plant
2008-08-01
Fixed #2175: Added tests for models with multiple GenericForeignKeys
Luke Plant
2008-08-01
Fixed #8030 - use super() in BaseModelForm
Luke Plant
2008-08-01
Updated German locale
Jannis Leidel
2008-08-01
Clarify the m2m intermediary docs a bit.
James Bennett
2008-08-01
Fixed #8059 -- Added additional clarification to the ordering of Memberships ...
Russell Keith-Magee
2008-08-01
Modified inline handling to allow for an inline formset to be displayed when ...
Russell Keith-Magee
2008-07-31
Closes #8019, Updated Serbian translation; Thanks Nebojsa Djordjevic.
Marc Fargas
2008-07-31
Closes #7991, Updated Dutch translation; thanks Rudolph Froger
Marc Fargas
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-31
Corrected a typo in [8158]. Thanks to Matthias Kestenholz <mk@spinlock.ch> fo...
Russell Keith-Magee
2008-07-31
Fixed #7978 -- Modified the contrib.sites tests to guarantee the initial cond...
Russell Keith-Magee
2008-07-31
Fixed #8042 -- Modified the password reset form so that the email field lengt...
Russell Keith-Magee
2008-07-31
Refs #8047 -- Removed some CPython specific parts of the admin scripts tests.
Russell Keith-Magee
2008-07-31
Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks...
Russell Keith-Magee
2008-07-30
Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants from
Malcolm Tredinnick
2008-07-30
Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the l...
Russell Keith-Magee
2008-07-30
Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...
Russell Keith-Magee
2008-07-30
Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.
Russell Keith-Magee
2008-07-30
Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...
Russell Keith-Magee
2008-07-30
Fixed #7999 -- Slightly changed the overview example to disambiguate the use ...
Russell Keith-Magee
2008-07-30
Fixed #8029 -- Modified admin_scripts test to use the PYTHONPATH from the env...
Russell Keith-Magee
2008-07-30
The help_text attribute in forms can be a ugettext_lazy() object, so be careful
Malcolm Tredinnick
2008-07-30
A couple of small typo fixes in the settings docs. Fixed #8032.
Malcolm Tredinnick
2008-07-30
Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto.
Malcolm Tredinnick
2008-07-30
Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend.
Malcolm Tredinnick
2008-07-30
Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode strings
Malcolm Tredinnick
2008-07-30
Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.
Malcolm Tredinnick
2008-07-30
Since max_digits and decimal_places are required on django.db.models.DecimalF...
Malcolm Tredinnick
2008-07-29
Added a clarification to the docs about filtering across nullable intermediate
Malcolm Tredinnick
2008-07-29
Fixed #7913 -- Corrected ham-fisted typo from [8102]. Thanks to evinrik for t...
Russell Keith-Magee
2008-07-29
Fixed a subtle bug (really, an inconsistency) in ForeignKey that [8132] expos...
Jacob Kaplan-Moss
2008-07-29
Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...
Russell Keith-Magee
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-29
Fixed #7767 -- Fixed template egg loading test for Windows systems.
Malcolm Tredinnick
2008-07-29
Fixed #1157 -- Added some text to i18n.txt to explain how to install the
Malcolm Tredinnick
2008-07-29
Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...
Malcolm Tredinnick
2008-07-29
Fixed #8011 -- Be careful not to evalute lazy-translated Meta.verbose_name
Malcolm Tredinnick
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-07-28
A few corrections to my docstrings in [8129].
Gary Wilson Jr
2008-07-28
Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje...
Gary Wilson Jr
2008-07-28
Fixed #7853 -- Fixed another case of deleting inherited models with foreign key
Malcolm Tredinnick
2008-07-28
Put back [8120] along with a small tweak. Fixed #6217.
Malcolm Tredinnick
[prev]
[next]