index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2010-11-01
[1.2.X] Fixed some a stale location and whitespace in GeoIP tests.
Justin Bronn
2010-11-01
[1.2.X] Fixed regression introduced in r13755 that prevented the running of t...
Justin Bronn
2010-10-31
[1.2.X] Reverted r14196, restoring the 1.2 test suite to a passing state. Ref...
Russell Keith-Magee
2010-10-31
[1.2.X] Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS se...
Alex Gaynor
2010-10-28
[1.2.X] Fixed #14471 -- Corrected a regression in the use of methods on custo...
Russell Keith-Magee
2010-10-28
[1.2.X] Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpat...
Russell Keith-Magee
2010-10-28
[1.2.X] Fixed #14414 -- Improved contenttypes shortcut() view to check that t...
Russell Keith-Magee
2010-10-28
[1.2.X] Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the...
Russell Keith-Magee
2010-10-28
[1.2.X] Negligible formatting improvement to an error in management/sql.py
Russell Keith-Magee
2010-10-28
[1.2.X] Fixed #14395 -- Fixed typo in error message in db/__init__.py. Thanks...
Russell Keith-Magee
2010-10-28
[1.2.X] Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-10-28
[1.2.X] Reverted changeset [14356]
Luke Plant
2010-10-27
[1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for...
Alex Gaynor
2010-10-27
[1.2.X] Fixed #14398 -- Changed runfcgi command to interpret the umask option...
Ramiro Morales
2010-10-26
[1.2.X] Fixed #14565 - No csrf_token on 404 pages
Luke Plant
2010-10-24
[1.2.X] Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LA...
Justin Bronn
2010-10-23
[1.2.X] Fixed #14223 -- Extended unification of exception raised in presence ...
Ramiro Morales
2010-10-21
[1.2.X] Fixed #14513 -- check fields with underscores for validity when order...
Chris Beaven
2010-10-21
[1.2.X] Revert [13850], this was a new feature not a bugfix.
Chris Beaven
2010-10-20
[1.2.X] Fixed bug and test failure introducted in [14290]
Luke Plant
2010-10-19
[1.2.X] Fixed #14498 - Forms passed to FormWizard.process_step are not guaran...
Luke Plant
2010-10-18
[1.2.X] Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabriel...
Honza Král
2010-10-17
[1.2.X] Fixed #13963 -- Use the correct verbose name of a reverse relation fi...
Jannis Leidel
2010-10-16
[1.2.X] Fixed #14126 -- Fixed an issue with changes to the blocktrans tag int...
Jannis Leidel
2010-10-14
[1.2.X] Fixed #14301 -- Handle email validation gracefully with email address...
Jannis Leidel
2010-10-13
[1.2.X] Fixed #13830 -- Updated province name in Indonesian localflavor. Tha...
Justin Bronn
2010-10-13
[1.2.X] Changed unique validation in model formsets to ignore None values, no...
Honza Král
2010-10-12
[1.2.X] Enabled area calculations for geography columns.
Justin Bronn
2010-10-12
[1.2.X] Modified the sitemaps tests to remove an assumption about the environ...
Russell Keith-Magee
2010-10-11
[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...
Jannis Leidel
2010-10-11
[1.2.X] Fixed links to the date formats choices in the global settings. Thank...
Jannis Leidel
2010-10-11
[1.2.X] Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced...
Luke Plant
2010-10-11
[1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect...
Alex Gaynor
2010-10-10
[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...
Ramiro Morales
2010-10-10
[1.2.X] Fixed #11907 -- EmailField now runs strip() on its input. This means ...
Chris Beaven
2010-10-10
[1.2.X] Fixed #14193: prepopulated_fields javascript now concatenates in corr...
Andrew Godwin
2010-10-10
[1.2.X] Refs #11256 -- Extended the annotation field name conflict check to c...
Carl Meyer
2010-10-10
[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...
Ramiro Morales
2010-10-10
[1.2.X] Converted contrib/webdesign doctests to unittests. We thoroughly dep...
Luke Plant
2010-10-10
[1.2.X] Converted contrib/auth/tokens doctests to unittests. We've always sa...
Luke Plant
2010-10-09
[1.2.X] Added sanity-checking of annotation alias names. Backport of [14092] ...
Carl Meyer
2010-10-09
[1.2.X] Fixed a PendingDeprecationWarning coming from django.core.cache in Py...
Alex Gaynor
2010-10-09
[1.2.X] Fixed #14356. Remove some dead imports from django.core.management.s...
Alex Gaynor
2010-10-09
[1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly returns a...
Alex Gaynor
2010-10-09
[1.2.X] Ensure that the sitemaps test deactivates it's locale, so that subseq...
Russell Keith-Magee
2010-10-09
[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...
Russell Keith-Magee
2010-10-09
[1.2.X] Fixed #12872 -- Removed vestiges of mythic old template validation ad...
Ramiro Morales
2010-10-09
[1.2.X] Fixed #14354 -- Normalized the handling of empty/null passwords in co...
Russell Keith-Magee
2010-10-08
[1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r...
Alex Gaynor
2010-10-08
[1.2.X] Fixed #10970 -- Initialize DateFields with datetime.date objects, not...
Jannis Leidel
[next]