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
Age
Commit message (
Expand
)
Author
2010-11-19
Corrected the way databases were compared. This allows running the test suit...
Alex Gaynor
2010-11-18
Fixed pk uniqueness validation for new objects created outside of a ModelForm...
Carl Meyer
2010-11-18
Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...
Carl Meyer
2010-11-17
Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...
Jannis Leidel
2010-11-17
Fixed #14257 -- removed ManyToManyField.isValidIDList which was completely de...
Alex Gaynor
2010-11-17
Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inhe...
Alex Gaynor
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-17
Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX setting is pr...
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-17
Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...
Ramiro Morales
2010-11-17
Fixed #12687 -- fixed an issue with aggregates and counts in conjunction with...
Alex Gaynor
2010-11-16
Small grammar fix in 'user-uploaded files' comment from [14560]
Adrian Holovaty
2010-11-16
Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar...
Ramiro Morales
2010-11-16
Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t...
Luke Plant
2010-11-14
Fixed potential circular import problem.
Luke Plant
2010-11-14
Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...
Ramiro Morales
2010-11-14
Fixed #14685 - incompatible code in contrib.sessions.models
Luke Plant
2010-11-14
Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks ...
Ramiro Morales
2010-11-13
Fixed #14632 -- Skip a messages test if auth app is not in INSTALLED_APPS. Th...
Jannis Leidel
2010-11-13
Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...
Jannis Leidel
2010-11-13
Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...
Jannis Leidel
2010-11-13
Refactored runserver command and moved code related to staticfiles to a subcl...
Jannis Leidel
2010-11-13
Fixed a few typos introduced in r14533.
Jannis Leidel
2010-11-12
Made the oracle backend throw the same ValueError as the mysql backend when a...
Ian Kelly
2010-11-12
Fixed a misapplied test skip feature in the oracle backend from r14139.
Ian Kelly
2010-11-12
Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...
Ian Kelly
2010-11-11
Reverted deprecation of media context processor (from r14293) to separate sta...
Jannis Leidel
2010-11-11
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
Jannis Leidel
2010-11-11
Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Flori...
Alex Gaynor
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-11-11
Made the deprecation warning for reponse.template more useful by pointing to ...
Luke Plant
2010-11-11
Bump version number and download URL for 1.3 alpha 1.
James Bennett
2010-11-11
Fixed error introduced in r14512.
Ramiro Morales
2010-11-11
Fixed small multi-db compatibility issue in the Oracle backend.
Ramiro Morales
2010-11-11
Implemented changes made in r14320 in the Oracle backend. Thanks Russell for ...
Ramiro Morales
2010-11-09
Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils.
Justin Bronn
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-07
Fixed some Oracle backend test DB creation code bugs.
Ramiro Morales
2010-11-07
Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...
Alex Gaynor
2010-11-06
Fixed brittle test case for `GEOSGeometry.valid_reason`.
Justin Bronn
2010-11-06
Fix for running GEOS/GDAL tests on Python 2.6 and below.
Justin Bronn
2010-11-06
Fixed #14630 -- Increased maximum size of the Oracle tablespace datafile used...
Ramiro Morales
2010-11-06
Removed the use of a deprecated unittest method.
Alex Gaynor
2010-11-04
Fixed a test failure introduced in [14461].
Alex Gaynor
2010-11-04
Fixed #13935, added support for using QuerySet.dates across related fields. ...
Alex Gaynor
2010-11-04
Fixed #11966 -- Made it possible to use a percent sign in a translation messa...
Jannis Leidel
2010-11-04
Fixed #14612 - Password reset page leaks valid user ids publicly.
Luke Plant
2010-11-04
Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...
Luke Plant
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-11-04
Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng...
Russell Keith-Magee
[next]