summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-01-11Fixed #19488 -- Made i18n_patterns redirect work with non-slash-ending pathsClaude Paroz
2013-01-11Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2013-01-11Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz
2013-01-11Made dev server autoreloader ignore filenames reported as None.Thomas Bartelmess
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2013-01-11Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-10Fixed #19573 -- Allow override of username field label in AuthenticationFormNick Sandford
2013-01-09Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple widgetsLoic Raucy
2013-01-09Remove inaccurate comment regarding language names.Carl Meyer
2013-01-09Fixed #19546 - ensure that deprecation warnings are shown during testsPreston Holmes
2013-01-08Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.Simon Charette
2013-01-08Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-08Updated deprecated test assertionsClaude Paroz
2013-01-08Fixed #16759 -- Remove use of __deepcopy__ in qs.clone()Anssi Kääriäinen
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
2013-01-05Fixed #12914 -- Use yaml faster C implementation when availableClaude Paroz
2013-01-04Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2013-01-03Replaced deprecated sslerror by ssl.SSLErrorClaude Paroz
2013-01-03Added documentation for the 'db' argument of the post-syncdb signal.mpaolini
2013-01-03Fixed #19382 -- Stopped smtp backend raising exception when already closedClaude Paroz
2013-01-03Fixed #19134 -- Allowed closing smtp backend when the server is stoppedClaude Paroz
2013-01-03Updated comment about PostGIS bug 2035Claude Paroz
2013-01-03Fixed #19545 -- Make sure media/is_multipart work with empty formsetsSimon Charette
2013-01-02Fixed PR 478 -- Removed superfluous try/except block.Aymeric Augustin
2013-01-02Fixed #19547 -- Caching of related instances.Aymeric Augustin
2013-01-01Removed unusable parameters to empty_form propertyClaude Paroz
2013-01-01Updated our six module to follow upstream changes.Florian Apolloner
2013-01-01Replaced six.reraise with a simple raise.Florian Apolloner
2013-01-01Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d0eeffacbda5484f4c1f6.Florian Apolloner
2013-01-01Merge pull request #182 from kspi/patch-1Florian Apolloner
2013-01-01Fixed a NameError in geoip/libgeoip if the GeoIP library is not found.Florian Apolloner
2013-01-01Fixed #19457 -- ImageField size detection failed for some files.Anton Baklanov
2013-01-01Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.Aymeric Augustin
2012-12-31Fixed #17078 -- Made shell use std IPython startup.Ramiro Morales
2012-12-31Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...Julien Phalip
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-31Fixed #16241 -- Ensured the WSGI iterable's close() is always called.Aymeric Augustin
2012-12-31Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' stringClaude Paroz
2012-12-30Added further flexibility to ModelAdmin for controlling post-save redirections.Julien Phalip
2012-12-30Fixed GIS regression in get_default_columns()Anssi Kääriäinen
2012-12-30Minor improvement to proxy model handlingAnssi Kääriäinen
2012-12-30Made use of PathInfo.direct flag in trim_joinsAnssi Kääriäinen
2012-12-30Added Query.join_parent_model()Anssi Kääriäinen
2012-12-30Moved join path generation to FieldAnssi Kääriäinen
2012-12-30Made sure join_field is always available in .join()Anssi Kääriäinen
2012-12-29Merge pull request #595 from bmispelon/patch-1Aymeric Augustin
2012-12-29Merge pull request #609 from mitar/patch-3Aymeric Augustin
2012-12-29Silenced warnings in the tests of deprecated features.Aymeric Augustin
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin