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
/
tests
Age
Commit message (
Expand
)
Author
2013-09-09
Added a test to show that the user.is_staff check in admin base.html is neces...
Tim Graham
2013-09-08
Fix #20745: Don't silence TypeError raised inside templates.
Baptiste Mispelon
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-09-08
Further hardening. Refs #18766.
Aymeric Augustin
2013-09-08
Hardened the test introduced in ded11aa6. Refs #18766.
Aymeric Augustin
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-09-08
Fixed #18766 -- Pointed to pytz when LocalTimezone fails.
Aymeric Augustin
2013-09-07
Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() me...
Pablo Mouzo
2013-09-07
Fixed some flake8 warnings
Alex Gaynor
2013-09-07
Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...
Juan Catalano
2013-09-07
Fixed a test failure introduced in 55a11683f7b094ae4fd0b9fa030d18a12657ba98.
Julien Phalip
2013-09-07
Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...
Julien Phalip
2013-09-07
Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.
Aymeric Augustin
2013-09-07
RunSQL migration operation and alpha SeparateDatabaseAndState op'n.
Andrew Godwin
2013-09-07
Fixed tests introduced in previous commit on Python 2. Refs #20557.
Aymeric Augustin
2013-09-07
Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.
Aymeric Augustin
2013-09-06
Fixed this syntax error on py32
Alex Gaynor
2013-09-06
Fixed #21032 -- pip 1.4 can't install pytz.
Aymeric Augustin
2013-09-06
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
Merge pull request #1566 from adamsc64/ticket_11857
Russell Keith-Magee
2013-09-06
Fixed deprecation warning on Python 3
Tim Graham
2013-09-06
Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...
Loic Bistuer
2013-09-06
Fixed test failure introduced in efd1e6096ee87fe332cf989ba5479e9461d0fb3a (sq...
Tim Graham
2013-09-06
Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-...
Russell Keith-Magee
2013-09-06
Cleanup commit after peer review.
Roberto Aguilar
2013-09-06
Merge pull request #1580 from ianawilson/ticket_16502
Russell Keith-Magee
2013-09-06
Fixed existing tests to handle BadSerializer.
Roberto Aguilar
2013-09-06
Updated NoYamlSerializerTestCase to run with yaml.
Roberto Aguilar
2013-09-06
fixed test name from an old, overly specific iteration of the test
Ian Wilson
2013-09-06
Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-06
Merge pull request #1579 from ianawilson/ticket_21058
Russell Keith-Magee
2013-09-06
Removed unnecessary, leftover imports
Ian Wilson
2013-09-06
Moved a settings usage up the stack in utils/formats.py #unsettings
Adrian Holovaty
2013-09-06
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-09-06
Merge pull request #1578 from rmutter/ticket_20821
Julien Phalip
2013-09-06
adds fix and test for when a template is not specified at all to render(). fi...
Ian Wilson
2013-09-06
Fixed #20821 -- Added tooltips to Admin SelectBox widget
Rudy Mutter
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Added tests for missing pyyaml.
Roberto Aguilar
2013-09-06
Fixed #21043 -- Made resolve() handle reverse_lazy objects.
Dan Johnson
2013-09-06
Merge branch 't20812'
Florian Apolloner
2013-09-06
Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatField
Daniel Langer
2013-09-06
Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.
Christopher Adams
2013-09-06
Migration autodetector now corerctly deals with proxy models
Andrew Godwin
2013-09-06
Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.
Florian Apolloner
2013-09-06
Also test failure case of ProjectState dependency resolution
Andrew Godwin
2013-09-06
Project/ModelState now correctly serialize multi-model inheritance
Andrew Godwin
2013-09-06
Fixed #21029: Test for previously-commited SchemaEditor.__exit__ bug.
Andrew Godwin
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-09-06
Fixed #18719 -- Made force_bytes more consistent with force_text.
Aymeric Augustin
[next]