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
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2010-03-09
[1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid ex...
Karen Tracey
2010-03-08
[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...
Karen Tracey
2010-03-05
[1.1.X] Fixed #12151: Ensured the comments code does not cause a server error...
Karen Tracey
2010-03-04
[1.1.X] Made Python 2.3 compatibility fixes for some recent test additions.
Karen Tracey
2010-03-02
[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field ...
Karen Tracey
2010-03-02
[1.1.X] Fixed a silly bug in [12644].
Jacob Kaplan-Moss
2010-03-01
[1.1.X] Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid co...
Jacob Kaplan-Moss
2010-03-01
[1.1.X] Fixed #5605: only lowercase the domain portion of an email address in...
Jacob Kaplan-Moss
2010-03-01
[1.1.X] Fixed #10878, an error in the `Moderator` docstring.
Jacob Kaplan-Moss
2010-03-01
[1.1.X] Fixed #11457: tightened the security check for "next" redirects after...
Jacob Kaplan-Moss
2010-03-01
[1.1.X] Fixed #11791: Put hidden input elements in the change list inside td ...
Karen Tracey
2010-03-01
[1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change messages.
Jannis Leidel
2010-02-27
[1.1.X] Removed more stray tabs in Python files.
Karen Tracey
2010-02-26
[1.1.X] Python 2.3 compatibility: moved the fallback import for set to where ...
Karen Tracey
2010-02-26
[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...
Russell Keith-Magee
2010-02-24
[1.1.X] Fixed #12828 -- The table quoting function is now argument `get_geo_w...
Justin Bronn
2010-02-24
[1.1.X] Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when acce...
Justin Bronn
2010-02-23
[1.1.X] Fixed #11681. Fixed display of non_field_errors and non_form_errors i...
Joseph Kocherhans
2010-02-23
[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ...
Joseph Kocherhans
2010-02-22
[1.1.X] Fixed #12570. Removed unused fields from GenericForeignKey. Backport ...
Joseph Kocherhans
2010-02-16
[1.1.X] Fixed #12716 - Typo in the admin change list template. Thanks, kbrown...
Jannis Leidel
2010-02-13
[1.1.X] Fixed #10976 -- Isolated contrib.auth tests so they will always pass,...
Russell Keith-Magee
2010-01-22
[1.1.X] Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return th...
Justin Bronn
2010-01-17
[1.1.X] Fixed #12017 - Overriding the default error message of the UKPostcode...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #12013 - Marked some default error messages for translation.
Jannis Leidel
2010-01-17
[1.1.X] Fixed #10717 - Escape result of admin_media_prefix template tag.
Jannis Leidel
2010-01-17
[1.1.X] Fixed #11478 - Use namespacing for URLs to i18n JavaScript in admin.
Jannis Leidel
2010-01-17
[1.1.X] Fixed #12480 - Use month variable for headline text.
Jannis Leidel
2010-01-04
[1.1.X] Fixed #12503 - form examples don't validate according to w3c
Luke Plant
2009-12-29
[1.1.X] When `GEOSFree` is not available on NT platforms, have to specificall...
Justin Bronn
2009-12-29
[1.1.X] Fixed #12344 -- Using `select_related()` on geographic fields with th...
Justin Bronn
2009-12-28
[1.1.X] Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect type
Luke Plant
2009-12-27
[1.1.X] Fixed #11609 -- The `check_pointer` error checking routine and `GDALB...
Justin Bronn
2009-12-27
[1.1.X] Fixed #12450 -- `GEOSFree` was really added in GEOS 3.1.1, not 3.1.0....
Justin Bronn
2009-12-24
[1.1.X] Fixed #12438 -- now use `GEOSFree` to free string pointers allocated ...
Justin Bronn
2009-12-19
[1.1.X] Fixed #10927 - Content Types shortcut view throws 500s instead of 404s
Luke Plant
2009-12-17
[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...
Jacob Kaplan-Moss
2009-12-17
[1.1.X] Fixed #12390 -- `Distance` and `Area` objects now support multiplicat...
Justin Bronn
2009-12-17
[1.1.X] Updated BaseGenericInlineFormSet to match the changes made to BaseInl...
Russell Keith-Magee
2009-12-16
[1.1.X] Fixed #12385: Made built-in field type descriptions in admindocs tran...
Karen Tracey
2009-12-14
[1.1.X] Made the message strings added in r11838 visible to makemessages. Ref...
Karen Tracey
2009-12-13
[1.1.X] Fixed #10969: Made US State field a CharField, fixing a few oddities ...
Karen Tracey
2009-12-13
[1.1.X] Fixed #12146: Corrected Canadian postal code validation. Thanks pauls...
Karen Tracey
2009-12-12
[1.1.X] Fixed #12281: Added some helpful messages when Go is pressed in admin...
Karen Tracey
2009-12-12
[1.1.X] Fixed #7977: Fixed admindocs to use docstrings instead of a static ar...
Karen Tracey
2009-12-10
[1.1.X] Fixed #12349: Added missing unquote in admin history view. Thanks for...
Karen Tracey
2009-12-09
[1.1.X] Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns a...
Justin Bronn
2009-11-03
[1.1.X] Fixed #12101 -- `OGRGeometry` does not need to create a clone of the ...
Justin Bronn
2009-11-02
[1.1.X] Fixed #12093 -- `LayerMapping` now takes into account model inheritan...
Justin Bronn
2009-10-27
Added a no-op {% csrf_token %} tag to 1.1.X, to ease transition of apps to 1.2
Luke Plant
[next]