index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-21
2
-5
/
+28
*
Fixed #13389 -- Ensured that the app_loading test clears out the app cache at...
Russell Keith-Magee
2010-04-21
1
-2
/
+11
*
Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...
Russell Keith-Magee
2010-04-21
1
-5
/
+4
*
Revert part of r12998 that prevents the forms doctests in tests.py from running.
Karen Tracey
2010-04-20
2
-3
/
+1
*
Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...
Russell Keith-Magee
2010-04-20
3
-0
/
+16
*
Fixed #13382 -- Modified a message used for testing purposes to allow test pa...
Russell Keith-Magee
2010-04-20
1
-1
/
+1
*
Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...
Russell Keith-Magee
2010-04-19
1
-1
/
+30
*
Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...
Russell Keith-Magee
2010-04-19
1
-2
/
+9
*
Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...
Russell Keith-Magee
2010-04-19
1
-1
/
+1
*
Fixed #13361 - Made sure jQuery is always included in the admin changelist an...
Jannis Leidel
2010-04-19
1
-0
/
+8
*
Fixed #13358 -- Ensured that db_manager() can be used to override database ro...
Russell Keith-Magee
2010-04-16
1
-0
/
+39
*
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-04-16
3
-9
/
+9
*
Add file mistakenly left out of r12986. Refs #13334.
Karen Tracey
2010-04-15
1
-0
/
+1
*
Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...
Karen Tracey
2010-04-15
2
-0
/
+43
*
Fixed #13353: Corrected a couple of tests that were dependent on dictionary o...
Karen Tracey
2010-04-15
1
-4
/
+4
*
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-04-15
5
-0
/
+50
*
Fixed a test failure under Postgres caused by primary key sequence allocation.
Russell Keith-Magee
2010-04-15
1
-3
/
+3
*
Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...
Russell Keith-Magee
2010-04-15
2
-1
/
+26
*
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...
Russell Keith-Magee
2010-04-15
1
-1
/
+14
*
Fixed Python 2.4 incompatibility introduced in r12972.
Karen Tracey
2010-04-14
1
-1
/
+1
*
Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...
Karen Tracey
2010-04-14
9
-2
/
+33
*
Fixed #13345: Don't attempt to load the locale regressiontests subdirectory a...
Karen Tracey
2010-04-14
1
-1
/
+5
*
Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...
Russell Keith-Magee
2010-04-13
1
-1
/
+19
*
Fixed #12903 - Made translating the admin action selection text easier. Thank...
Jannis Leidel
2010-04-13
1
-1
/
+1
*
Fixed #13229 -- Corrected a test failure caused by the change in Finnish muni...
Russell Keith-Magee
2010-04-12
1
-1
/
+345
*
Fixed #11957 -- exceptions in admin.py are no longer hidden after second request
Brian Rosner
2010-04-12
1
-3
/
+10
*
Refs #13167 -- Corrected a regression in the way non-existent variables are h...
Russell Keith-Magee
2010-04-12
1
-0
/
+6
*
Fixed #11696: Changed app loading code so that it does not swallow import err...
Karen Tracey
2010-04-12
3
-1
/
+28
*
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-04-11
4
-12
/
+17
*
Fixed #13298 -- Modified test assertion to ensure that javascript variables a...
Russell Keith-Magee
2010-04-11
1
-1
/
+1
*
Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...
Russell Keith-Magee
2010-04-10
2
-1
/
+14
*
Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...
Russell Keith-Magee
2010-04-09
1
-0
/
+8
*
Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...
Russell Keith-Magee
2010-04-09
1
-1
/
+28
*
Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...
Russell Keith-Magee
2010-04-09
2
-0
/
+8
*
Fixed test failure that was occurring since r12908
Luke Plant
2010-04-06
1
-6
/
+6
*
Fixed #13038 -- Ensured that readonly fields in the admin have their name add...
Russell Keith-Magee
2010-04-05
1
-0
/
+5
*
Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...
Russell Keith-Magee
2010-04-05
3
-0
/
+8
*
Tweaked a test model in delete_regress to avoid having a column name that cau...
Karen Tracey
2010-04-04
1
-1
/
+1
*
Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...
Russell Keith-Magee
2010-04-04
1
-1
/
+1
*
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-04
1
-6
/
+44
*
Fixed #12247 -- Corrected the way update queries are processed when the updat...
Russell Keith-Magee
2010-04-03
2
-0
/
+62
*
Fixed #11956 -- Modified the handling of m2m relationships between subclasses...
Russell Keith-Magee
2010-04-02
1
-0
/
+19
*
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-04-01
3
-8
/
+25
*
Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...
Russell Keith-Magee
2010-04-01
1
-0
/
+10
*
Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...
Russell Keith-Magee
2010-04-01
2
-2
/
+33
*
Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...
Russell Keith-Magee
2010-03-31
1
-3
/
+27
*
Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...
Russell Keith-Magee
2010-03-31
1
-0
/
+33
*
Restored pre-r10062 behavior allowing None from formfield_callback to exclude...
Brian Rosner
2010-03-31
1
-0
/
+29
*
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
2010-03-30
1
-12
/
+20
*
Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...
Russell Keith-Magee
2010-03-30
1
-21
/
+139
[next]