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
*
schema-evolution: update from HEAD (v5821)
Derek Anderson
2007-08-06
55
-194
/
+443
*
schema-evolution:
Derek Anderson
2007-08-03
1
-4
/
+36
*
schema-evolution:
Derek Anderson
2007-08-03
1
-7
/
+41
*
schema-evolution: updated from trunk/HEAD (r5787)
Derek Anderson
2007-08-02
11
-25
/
+151
*
schema-evolution:
Derek Anderson
2007-08-02
1
-25
/
+63
*
schema-evolution:
Derek Anderson
2007-08-02
1
-0
/
+66
*
schema-evolution:
Derek Anderson
2007-08-01
1
-1
/
+53
*
schema-evolution: fixed f.aka bug; moved sql commenting from the base classes...
Derek Anderson
2007-07-30
2
-0
/
+91
*
schema-evolution: merged trunk:HEAD into schema-evolution branch
Derek Anderson
2007-07-20
144
-931
/
+9813
*
committing to schema-evolution
Derek Anderson
2006-10-26
82
-3790
/
+1377
*
schema evolution test cases
Derek Anderson
2006-08-22
31
-0
/
+324
*
Small formatting change to m2m_and_m2o model unit test
Adrian Holovaty
2006-07-11
1
-8
/
+7
*
Changed runtests.py to set USE_I18N=True for testing
Adrian Holovaty
2006-07-11
1
-1
/
+2
*
Fixed #1578 -- fixed a corner-case where we still wanting core=True attributes
Malcolm Tredinnick
2006-07-04
2
-0
/
+13
*
Fixes #2202 -- Added ability to customize output of pluralize filter to handl...
Russell Keith-Magee
2006-07-04
1
-0
/
+30
*
Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...
Russell Keith-Magee
2006-07-04
1
-6
/
+10
*
Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'...
Russell Keith-Magee
2006-07-01
1
-0
/
+8
*
Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...
Russell Keith-Magee
2006-07-01
3
-5
/
+70
*
Added a JSON serializer, a few more tests, and a couple more lines of docs.
Jacob Kaplan-Moss
2006-06-29
1
-0
/
+27
*
Added initial cut at serialization framework, along with some basic tests and...
Jacob Kaplan-Moss
2006-06-28
2
-0
/
+94
*
Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings as
Malcolm Tredinnick
2006-06-28
1
-0
/
+4
*
Added {{{Manager.create()}}} method to create and save an object in a single ...
Jacob Kaplan-Moss
2006-06-27
1
-0
/
+5
*
Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...
Russell Keith-Magee
2006-06-27
2
-42
/
+78
*
Fixed #1661 -- Added logic for string-form model references in the 'to' argum...
Russell Keith-Magee
2006-06-23
1
-2
/
+23
*
Fixed #1662 -- Added resolver for string-form model references for models tha...
Russell Keith-Magee
2006-06-23
3
-3
/
+51
*
Fixed the "timeuntil" and "timesince" tests so that they don't fail on a
Malcolm Tredinnick
2006-06-21
1
-4
/
+4
*
Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...
Malcolm Tredinnick
2006-06-21
1
-1
/
+6
*
Fixed #2053 -- added an optional comparison argument to the "timesince" filter.
Malcolm Tredinnick
2006-06-21
1
-1
/
+25
*
Fixed runtests.py problem from [3177] where it assumed you were running the t...
Adrian Holovaty
2006-06-20
1
-6
/
+6
*
Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql
Adrian Holovaty
2006-06-20
1
-0
/
+1
*
Fixed #2119 -- fixed problems with splitting SQL statements into separate
Malcolm Tredinnick
2006-06-20
1
-0
/
+1
*
Fixed #2161 -- handle trailing newlines in initial SQL data. Includes
Malcolm Tredinnick
2006-06-20
4
-2
/
+25
*
Added regressions tests to ensure that one-to-one and many-to-many fields
Malcolm Tredinnick
2006-06-20
4
-9
/
+54
*
Fixed bad formatting in 'lookup' model tests from [3157]
Adrian Holovaty
2006-06-20
1
-1
/
+1
*
Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er...
Adrian Holovaty
2006-06-20
1
-1
/
+1
*
Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to work
Malcolm Tredinnick
2006-06-20
1
-0
/
+2
*
Fixed some small typos in generic_relations model tests
Adrian Holovaty
2006-06-19
1
-7
/
+7
*
Fixed #1683 -- Permit initialising models using settable properties as well as
Malcolm Tredinnick
2006-06-19
1
-0
/
+12
*
Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.
Malcolm Tredinnick
2006-06-18
1
-0
/
+4
*
Added generic foreign key support to Django. Much thanks to Ian Holsman and
Jacob Kaplan-Moss
2006-06-16
2
-0
/
+108
*
Test harness actually now installs contrib apps so they can be used in tests.
Jacob Kaplan-Moss
2006-06-16
1
-4
/
+10
*
Fixed #2164 -- Create correct SQL when pk column name is not the same as the
Malcolm Tredinnick
2006-06-15
1
-1
/
+2
*
Fixed the empty model saving case so that it retrieves the primary key id. Also
Malcolm Tredinnick
2006-06-12
1
-0
/
+3
*
Tests to avoid regressions for ticket #2108. See also r3115.
Malcolm Tredinnick
2006-06-08
1
-0
/
+4
*
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
1
-2
/
+1
*
Added django.template.Token.split_contents() and used it to add support for s...
Adrian Holovaty
2006-06-08
1
-0
/
+12
*
Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...
Adrian Holovaty
2006-06-08
1
-8
/
+74
*
Fixed #2108 -- do not try to save an empty model.
Malcolm Tredinnick
2006-06-08
2
-0
/
+17
*
Fix test output as a result of the change in r3094.
Malcolm Tredinnick
2006-06-07
1
-1
/
+1
*
Added Manager.get_or_create()
Adrian Holovaty
2006-06-07
2
-0
/
+52
[next]