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
2013-06-19
Autodetect fields, have migrate actually work
Andrew Godwin
2013-06-19
Makemigration command now works
Andrew Godwin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-19
First stab at some migration creation commands
Andrew Godwin
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-06-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-18
Fixed #14930 -- values_list() failure on qs ordered by extra column
Florian Hahn
2013-06-18
Merge pull request #1281 from loic/ticket6903
Aymeric Augustin
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
2013-06-18
Fixed #20079 -- Improve security of password reset tokens
Erik Romijn
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-06-18
Fixed #20618 -- Fixed regression in `BoundField.label_tag`.
Baptiste Mispelon
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-16
Fixed #20583 -- ORM always uses setup_joins() for join generation
Anssi Kääriäinen
2013-06-15
Worked around Python 3.3 modified exception repr
Claude Paroz
2013-06-15
Fixed #20599 -- Changed wording of ValueError raised by _load_library
Jaap Roes
2013-06-14
Merge pull request #1272 from chicheng/addition-http-status-codes
Marc Tamlyn
2013-06-14
Fixed #20289 -- pickling of dynamic models
Anssi Kääriäinen
2013-06-14
Fixed python 3.2 compat.
Florian Apolloner
2013-06-14
Fixed #20528 -- regression in select_related join promotion
Anssi Kääriäinen
2013-06-14
Fixed #20598 -- Add new HTTP status codes defined in rfc6585
CHI Cheng
2013-06-14
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Marc Tamlyn
2013-06-14
Fixed #17076 -- When reversing a URL fails, inform the user which patterns we...
Wilfred Hughes
2013-06-14
Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-...
Marc Tamlyn
2013-06-14
Remove incorrect CONTENT_TYPE header from GET and HEAD requests
Tom Christie
2013-06-13
Added a ``checksetup`` management command for verifying Django compatibility.
Daniel Lindsley
2013-06-13
Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...
Loic Bistuer
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-11
Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...
Tim Graham
2013-06-11
Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.
Axel Haustant
2013-06-11
Fixed #20585: normalize signature of DeletionMixin.post.
Baptiste Darthenay
2013-06-10
Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
Gabe Jackson
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-06-09
Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.
Tim Graham
2013-06-09
Replaced a dict emulating a set with a set.
Aymeric Augustin
2013-06-07
Fixed #19925 - Added validation for REQUIRED_FIELDS being a list
Chris Streeter
2013-06-07
Initial stab at a migrate command, it's probably quite a way off.
Andrew Godwin
2013-06-07
Auto-naming for migrations and some writer fixes
Andrew Godwin
2013-06-07
Autodetector tests
Andrew Godwin
2013-06-07
Field encoding
Andrew Godwin
2013-06-07
A bit of an autodetector and a bit of a writer
Andrew Godwin
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-06
Bumped verion numbers for 1.6a1.
Jacob Kaplan-Moss
2013-06-06
Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields.
Stephen Burrows
2013-06-06
Fixed #20502 (again) -- More i18n cache flush in tests
Claude Paroz
[prev]
[next]